> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryorbit.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Pricing, routing, SDKs, keys, and what happens when credits run out.

<AccordionGroup>
  <Accordion title="How does Orbit's pricing work?">
    Pick a monthly plan that includes a credit balance, or talk to us about custom volume pricing. Every request is billed at Amazon Bedrock's list rate for that model — Orbit never adds a markup. New accounts start with \$2 in free credits, no card required.

    See [Billing](/guides/billing) and [Pricing](https://tryorbit.cloud/pricing).
  </Accordion>

  <Accordion title="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](https://tryorbit.cloud/models).
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="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.
  </Accordion>

  <Accordion title="Can I use Claude Code or Cursor?">
    Yes. They are set up separately:

    * [Claude Code](/agents/claude-code) uses the Anthropic-compatible gateway
    * [Cursor](/agents/cursor) uses the OpenAI-compatible base URL
  </Accordion>
</AccordionGroup>

Need something else? Email [hello@tryorbit.cloud](mailto:hello@tryorbit.cloud) or join [Discord](https://discord.gg/JHsxTjPUBc).
