OpenAI
GPT 5.6 SOL API
The flagship GPT-5.6 tier for complex professional work and quality-first delivery. It supports image input, function calling, structured outputs, and an exceptionally large context window; consider Terra or Luna when latency or unit cost is the primary constraint.
- Reasoning
- Function calling
- Structured output
- Long context
gpt-5.6-solUSD
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-sol",
"messages": [
{
"role": "user",
"content": "What model are you"
}
]
}'OpenAI
Related models
FAQ
Frequently asked questions
What is GPT 5.6 SOL best suited for?
GPT 5.6 SOL 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 SOL 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 SOL?
Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.
Get started