How does Orbit's pricing work?
How does Orbit's pricing work?
Which models and providers does Orbit support?
Which models and providers does Orbit support?
50+ models across OpenAI, Anthropic, Kimi, Meta, Mistral, DeepSeek, Qwen, MiniMax and more, all served through Amazon Bedrock — including Bedrock Mantle for the newest GPT-5 models. The catalogue keeps growing as new models ship.Browse the live list at tryorbit.cloud/models.
Do I need to change my code to use Orbit?
Do I need to change my code to use Orbit?
No. Point the OpenAI or Anthropic SDK you already use at Orbit’s base URL and swap in an Orbit API key. Chat completions and messages work the same, buffered or streamed.
What does cheapest healthy provider mean?
What does cheapest healthy provider mean?
Before every request, Orbit’s router checks price and live health for the model you asked for and sends the call down the cheapest path that is currently healthy. If a provider is degraded, the next healthy one serves the request — no failover logic for you to build.
How is usage billed?
How is usage billed?
Every request consumes organization credits based on billed input and output tokens, at Bedrock list rates, whether inference succeeds or fails after the provider call. Track spend from the usage dashboard.
What happens when I run out of credits?
What happens when I run out of credits?
Requests are declined once the organization’s credit balance is exhausted, so you are never billed a surprise. Add credits by upgrading your plan or topping up from the dashboard.
How do I keep my API key secure?
How do I keep my API key secure?
Orbit stores only a hash and a short preview of each key after it is shown once. Create separate keys per project or environment, and revoke any key instantly from the dashboard if it is ever exposed.
Can I use Claude Code or Cursor?
Can I use Claude Code or Cursor?
Yes. They are set up separately:
- Claude Code uses the Anthropic-compatible gateway
- Cursor uses the OpenAI-compatible base URL