I’ve got a question about OpenRouter limits
If I make a request directly to OpenAI's gpt-4o, because I'm in tier 2 I currently get max 5000 requests per minute and 450k tokens per minute and unlimited request per day. These limits apply at the organization level, so using multiple API keys doesn’t make a difference—it’s all counted together.
Now, for OpenRouter (if I use openai/gpt-4o-2024-11-20), I saw in the docs that limits are tied to credits, with something like 1 request per credit per second. So, if I have $5 in credits, that would mean 5 requests per second, right?
But what about token limits? Are there any, or is it unlimited as long as you have enough credits?