base_url to Orbit and api_key to your sk-orbit- key. Leave the rest of your code as-is.
Base URL
/chat/completions and /models itself.
Auth header:
Authorization: Bearer $ORBIT_API_KEY
Examples
- Python
- Node.js
- cURL
Supported fields
Orbit understands this subset of Chat Completions:model(required) — catalogue slugmessages(required)toolsandtool_choicemax_tokens/max_completion_tokenstemperature,top_p,stopstreamandstream_options.include_usage
response_format / JSON mode, n > 1, logprobs, and image/vision content parts are accepted but ignored in this pass.