By OpenAI
Get an API keyAll modelsgpt-5.6-terra is available through OpenAI via a unified, OpenAI-compatible API. Send requests with any OpenAI SDK by pointing the base URL at our gateway — no separate account with the upstream provider required.
| Input | $7.5 per 1M tokens |
| Output | $45 per 1M tokens |
| POST /v1/chat/completions | openai |
curl https://api.getmodel.ai/v1/chat/completions \
-H "Authorization: Bearer $NEW_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5.6-terra","messages":[{"role":"user","content":"Explain quantum entanglement in one paragraph."}]}'Replace <YOUR_API_KEY> with a key from your dashboard.
Prices shown are list prices in USD and may vary by user group. Sign in for your exact rate.