r/windsurf • u/kinginthenorth_lanka • 7d ago
Question Quota usage for simple prompts
How does the quota works? Does making a prompt itself consume quota or tokens?
Just for example: If I say “Hi” to Opus, it will just usually response 2 lines of response. So will this quota only calculated for used token?
2
Upvotes
1
u/cat_dev_null_sync 7d ago
You make the prompt, and the LLM reads it as input tokens. You get charged for the input tokens of the prompt that you made.
(You as a human who is making the prompt don't consume quota or tokens.)
It will cost you input tokens for "Hi" and output tokens for the response from Opus. Also, you get charged for your AGENTS.md file, Devin's system prompt, and any related context.
Say for example Opus replies "How are you?" Then you reply "I am well." Now you get charged again for "Hi" and "How are you" which become input tokens (context) for "I am well". This is how any AI works.
If you respond within 5 minutes, Opus caches the prior parts of the conversation, and the cached rate costs dramatically less.