Back to Models
GPT-5.6 Sol
Activegpt-5.6-solOpenAI (relay param integration pending)
Technical Specifications
Context Length400K tokens
Max Output128K tokens
Available Providers1
Lowest Input Price$5.00/1M tokens
Lowest Output Price$30.00/1M tokens
Capabilities
chatcodefunction_callingvision
Provider Availability & Pricing
| Provider | Provider Model ID | Input Price (per 1M tokens) | Output Price (per 1M tokens) | Status |
|---|---|---|---|---|
OpenAI | gpt-5.6-sol | $5.00 | $30.00 | active |
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gpt-5.6-sol",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use GPT-5.6 Sol?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.