We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://openrouter.ai/docs/api-reference/limits
const response = await fetch('https://openrouter.ai/api/v1/auth/key', { method: 'GET', headers: { Authorization: 'Bearer <OPENROUTER_API_KEY>', }, });
I'll build this as llm openrouter key-info.
llm openrouter key-info
The text was updated successfully, but these errors were encountered:
Got this working:
{ "label": "sk-or-v1-0fa...240", "limit": null, "usage": 0.65017511, "limit_remaining": null, "is_free_tier": false, "rate_limit": { "requests": 40, "interval": "10s" } }
Sorry, something went wrong.
17d55ce
Release 0.4
43e69cf
Refs #16, #17, #23, #24, #25, #26
No branches or pull requests
https://openrouter.ai/docs/api-reference/limits
I'll build this as
llm openrouter key-info
.The text was updated successfully, but these errors were encountered: