RequestUse the SDK you already have
Point an Anthropic or OpenAI client at OpenLimits and keep the same request shape.
Route Opus 5, Claude, Codex, GPT, GLM, MiniMax, and DeepSeek through one key with streaming and usage controls.
curl https://openlimits.app/v1/responses \
-H "Authorization: Bearer $OPENLIMITS_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.6-sol",
"input": "Review and fix this repository"
}'Past 24 hours · hourly
OpenLimits handles authentication, routing, failover, and accounting behind compatible provider endpoints.
RequestPoint an Anthropic or OpenAI client at OpenLimits and keep the same request shape.
RouteThe router checks plan access, model policy, account health, and current provider availability.
StreamThe response streams to the client while usage and routing metadata are recorded for the dashboard.
Choose the model for the work, then choose whether you want a day, week, or monthly billing window.
The current catalog is available regardless of billing period.
Day and Week include the same models as Max. Ultimate keeps the monthly format and adds early model access and priority support.
See the model catalogInspect live request state, model distribution, timing, token usage, API keys, and billing from one account.
View all featuresClaude Code and compatible clients can read the base URL and key directly from the environment.
Read the complete setup guideexport ANTHROPIC_BASE_URL=https://openlimits.app
export ANTHROPIC_AUTH_TOKEN=$OPENLIMITS_KEY
# continue with the normal client
claude "finish the migration"Every plan includes compatible APIs, routing, streaming, and dashboard analytics.
The full current model catalog, billed in a 24-hour window.
Start Day PassThe full current model catalog, billed in a 7-day window.
Start Week PassUsually one base URL and one API key. Your client keeps its existing Anthropic or OpenAI request format.
The global guard allows 30 request starts per second. Work already in flight is not subject to a concurrency cap.
Every plan includes Opus 5; Claude Opus 4.8 and 4.7, Sonnet 5, Haiku 4.5; GPT-5.6 Sol, Terra, and Luna; GPT-5.5, GPT-5.4, and GPT-5.4 Mini; GLM 5.3, 5.2, 5.1, and 5 Turbo; MiniMax M3; and DeepSeek V4 Pro and Flash.
Yes. The dashboard records request state, model, timing, and separate input, output, and cache token counts.
A Day Pass costs €10 and activates after checkout.