I’m working on a project where communication with NPCs is key, and I was wondering if there are any limits on the number of words we can send and receive. Specifically:
What is the maximum number of words I can include in a message sent to an NPC?
Is there a limit to how many words the NPC can return in its response?
I’m interested in understanding these constraints to optimize interactions and ensure dialogues flow smoothly. If anyone from the team or the community has information on this, I would greatly appreciate your help!
There are no fixed “word limits” for messages you send or receive. The main constraint is simply that the total input + output should not exceed the model’s context length.
Aquí tienes una respuesta clara, respetuosa y directa para publicar en el foro:
Thanks for the clarification! However, this still doesn’t fully answer my question.
I understand that the main constraint is the model’s context length, but I specifically need to know what that limit is for the model we are using.
We’re currently on the Professional plan, so I’m assuming the “model’s context length” refers to the context window available for that tier.
Could someone from the team clarify the exact context length (in tokens or approximate words) for the Professional model?
Knowing this would help me better design the dialogue flow and avoid hitting hidden limits during interactions.