The is the error message I keep getting is:
{"message":"Prompt tokens limit exceeded: 13880 > 2021. To increase, visit https://openrouter.ai/settings/credits and upgrade to a paid account","code":402,"metadata":{"provider_name":null}}
And if I try to use Claude I get this:
PROXY ERROR 402: {"error":{"message":"This request requires more credits, or fewer max_tokens. You requested up to 500 tokens, but can only afford 168. To increase, visit https://openrouter.ai/settings/credits and upgrade to a paid account","code":402,"metadata":{"provider_name":null}}
I am getting a limit of ~2,021 tokens for prompts when I use Gemini and ~4,593 tokens for prompts when I use minimax.
2,021 is much less than the 1,048,576 possible for the Gemini-2.5-Pro model that I was just trying to use. The amount I got for minimax is also much less than the possible amount for it. And I am not even sure what is going on with Claude.
Something is restricting me to a much smaller context in my situation and I **really **want to get rid of that something.
Here is some more context from my situation:
- my current credit balance is 9,94 so I already have a paid account, if I have understood correctly
- I use the models for chatbots from janitor.ai
- janitor.ai does not really have a context limit even though after 16384 it starts to forget stuff
- after I got the error message for the first time I used a different model for a while before trying to go back to the Gemini, Claude or minimax again
- the models I have had this problem with are google/gemini-2.5-pro, anthropic/claude-3-7-sonnet, minimax/minimax-m1
- for now, I have not had this problem with mistralai/mistral-nemo
- I may have this problem with even more models but these are the ones I have tested
- my typical usage is about ~100 tokens input and ~390 tokens output
Also, I do not understand all the difficult terminology yet so please use simpleish language :3