by OpenAI · Language Models
Flagship model for complex professional work. GPT-5.6 Sol is the top tier of the GPT-5.6 family—strongest at complex reasoning, coding, and agentic workflows. 1.05M context window; reasoning effort from none to max.
from $25.9 / 1M tokens
| Usage | Rate (USD) | Unit |
|---|---|---|
| Input tokens | $5.18 | per 1M tokens |
| Cached input (cache hit) | $0.52 | per 1M tokens |
| Output tokens | $25.9 | per 1M tokens |
TuneRouter live platform pricing · currency: USD · pre-deduction settled by actual usage
OpenAI-compatible · base URL https://api.tunerouter.com/v1/
curl https://api.tunerouter.com/v1/chat/completions \
-H "Authorization: Bearer $TUNEROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "gpt-5.6-sol", "messages": [{"role": "user", "content": "Hello!"}]}'Model ID: gpt-5.6-sol · works with OpenAI SDKs — just point base_url at api.tunerouter.com