



























































A hand-picked set of top models, benchmarked and tuned for real AI work. Skip the guesswork on quality, speed and rate limits. Call them from any OpenAI or Anthropic compatible client.
$15/month + $1.01 card processing fee
Pay as you go, no markup. Use with any agent. Cancel any time.
//how it works
Generate a key in Studio. Same key as the CLI. Provider plan or higher.
Generate a keySet the base URL, pick an endpoint, and pass your key as a bearer token.
Every request bills against your credits at API rates, all visible in Studio.
//endpoints
Provider API has two endpoints for OpenAI and Anthropic formats. You can also fetch the available list of models via the models endpoint.
| Endpoint | Method | Format |
|---|---|---|
| https://api.commandcode.ai/provider/v1/chat/completions | POST | OpenAI Chat Completions |
| https://api.commandcode.ai/provider/v1/messages | POST | Anthropic Messages |
| https://api.commandcode.ai/provider/v1/models | GET | Models list |
//models
//pricing
$15/month for Provider API access, then pay as you go at API rates with deals applied automatically. See the plans for tiers and limits.
$15/month for Provider API access, then pay as you go. No credits to burn down.
Calls bill at underlying API rates, pay as you go. Deals apply automatically. Top-ups roll over and never expire.
Every request, token, and cost. On your Studio usage timeline.
//cli vs api
A direct API call gets you the model. The CLI gets you the whole harness. Pick the one that fits the job. Read the Provider API launch post.
For real coding work, stick to Command Code CLI. It has the best coding harness with taste, context, and tool execution tuned per model.
Scripts, CI, automation? Run the CLI headless. One query, straight to stdout, then it exits. No agent to rebuild around an API.
cmd -p "review this diff"When the job lives outside the terminal, reach for the API. Your plan and credits, in any OpenAI or Anthropic client.
âCommand Code learns my taste. After a week, it stopped making the mistakes I kept fixing in other agents. The diffs feel like a senior engineer who already read the codebase.â
âCommand Code is the first agent where I trust open models in production. The harness is so solid I had to double check I was still on DeepSeek Flash. Shipped multiple CLIs and a full Redwood app for $2.â
//faq
Still curious? Read the Provider API docs. Or email support@commandcode.ai.
Command Provider is every top AI model (commercial & open) on one API. OpenAI or Anthropic compatible API endpoints. Pay as you go. No markup. Superb speed, reliability, and extended limits. Every deal auto applied.
There are thousands of models available, how do you pick the best one? We got you covered. You get the exact model you ask for, at the rate it costs. Nothing downgraded. Nothing rerouted.
Yes. The provider api has both OpenAI and Anthropic compatible endpoints, any client or agent can use them. No lock-in. Use it anywhere.
Anthropic, OpenAI, Google, and the strongest open-source. Each endpoint takes its native shape. /chat/completions for OpenAI and open-source. /messages for Anthropic. Send a Claude model to /chat/completions and you get a 400 pointing you to /messages, and the reverse. See the model list.
Text and images. Audio, file, and document parts are rejected by the schema. Pick a model without vision and the upstream provider returns its own error, we don't pre-gate per model.
$15 a month, plus a card processing fee. You get $15 of usage included. After that, pay as you go. Requests bill at the underlying rates, no markup. Spend only on what you call. Top-ups roll over and never expire.
The Provider plan is the plan you need. Unlike the coding plans, the provider plan comes with full API access.
Yes. Every active deal applies to every request, automatically. The permanent discounts. The usage multipliers. See the live list on Pricing & Limits.
Any time. No commitments. Cancel from Studio > Billing. Your top-up credits roll over and never expire.
It stays yours. You have the option to enable zero data retention (ZDR) for all your requests, and we're actively expanding ZDR coverage to more models. With or without ZDR, we don't use your data for any purpose other than to serve your requests. We don't train on it, we don't sell it, we don't share it. Open-source models are available globally with infrastructure in the US, EU, and Singapore for reliable access worldwide. For more options, email support@commandcode.ai about Team & Enterprise plans, or read the Privacy Policy.
Yes. 99% of our models route through ZDR-capable upstreams. Run the CLI with CMD_ZDR=1 (for example, CMD_ZDR=1 cmd) to enforce both zero data retention and no prompt training on every request across all plans. A small handful of models don't yet have a ZDR-capable upstream; under CMD_ZDR=1 those requests will either pass to a ZDR-capable provider or fail rather than route through a non-zdr provider. We're actively adding ZDR coverage to the remaining models. ZDR can change which upstream provider serves your request, and so it may charge more depending on the provider. Need ZDR on a specific model that doesn't have it today? Email support@commandcode.ai.