OpenAI
GPT 5.6 Terra API
The balanced workhorse tier of GPT-5.6, combining capability and cost. Well suited to production work involving image understanding, tool use, and large source material; choose Sol for the hardest quality-first work or Luna for cost-controlled high volume.
- Reasoning
- Function calling
- Structured output
- Long context
gpt-5.6-terraUSD
Pricing
Public list prices are shown in USD. Final charges may vary by account group and usage tier.
API
Code examples
curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-5.6-terra",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'OpenAI
Related models
FAQ
Frequently asked questions
What is GPT 5.6 Terra best suited for?
GPT 5.6 Terra is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.
How is GPT 5.6 Terra priced?
Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.
How can I call GPT 5.6 Terra?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started