Skip to main content
Orbit implements OpenAI Chat Completions. Set base_url to Orbit and api_key to your sk-orbit- key. Leave the rest of your code as-is.

Base URL

The official client appends /chat/completions and /models itself. Auth header: Authorization: Bearer $ORBIT_API_KEY

Examples

Supported fields

Orbit understands this subset of Chat Completions:
  • model (required) — catalogue slug
  • messages (required)
  • tools and tool_choice
  • max_tokens / max_completion_tokens
  • temperature, top_p, stop
  • stream and stream_options.include_usage
response_format / JSON mode, n > 1, logprobs, and image/vision content parts are accepted but ignored in this pass.

Cursor and other OpenAI-compatible tools

Any client that can override the OpenAI base URL can use this same endpoint. See Cursor.