GPT-5.6 Sol
OpenAI's flagship tier, GA 9 Jul 2026. The 5.6 generation replaced the old one-model-with-a-dial approach with three durable tiers — Sol (flagship), Terra (balanced), Luna (cheap) — and `gpt-5.6` is now an alias for `gpt-5.6-sol`. There is no separate Pro model ID; Pro is a reasoning mode on Sol. Artificial Analysis Intelligence Index 61.0, SWE-bench Verified 88.1%, SWE-bench Pro 66.4%, Terminal-Bench 2.1 72.9%. 1.05M context (922K input / 128K output). Pricing holds at $5/$30 with cache reads at 10% of input; requests over 272K tokens move to a long-context meter at $10/$45.
1M
tokens
128K
tokens
$5
per 1M tokens
$30
per 1M tokens
96
tokens/sec
Jul 2026
2026-07-09
$17.50
per 1M tokens
5.6
quality per $
Capabilities
Benchmarks
Price vs Quality
Context Window in Context
- ▸ GPT-5.6 Sol1.1M
- GPT-5.6 Terra1.1M
- GPT-5.6 Luna1.1M
- Kimi K31.0M
- GPT-4.11M
- Gemini 2.5 Pro1M
- Gemini 2.0 Flash1M
- Llama 4 Maverick1M
Пока нет в нашем шлюзе
У Swfte Connect нет ключа для GPT-5.6 Sol, поэтому здесь нечего запускать. Добавьте свой ключ провайдера и обращайтесь к модели через тот же API, что и к остальным моделям каталога.
curl https://api.swfte.com/agents/v2/gateway/chat/completions \
-H "Authorization: Bearer $SWFTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "openai:gpt-5.6-sol",
"messages": [{"role": "user", "content": "Hello"}]
}'About GPT-5.6 Sol
GPT-5.6 Sol is a flagship AI model by OpenAI, released on July 9, 2026. It supports a context window of 1050K tokens and can generate up to 128K output tokens.
At $5 per million input tokens and $30 per million output tokens, its blended cost of $17.50/1M tokens places it in the premium pricing tier. Its value score of 5.6 reflects the balance of quality and cost.
Using GPT-5.6 Sol with Swfte
Access GPT-5.6 Sol through Swfte Connect, our unified LLM gateway. Connect gives you a single API for 50+ models, with automatic routing, cost optimization, and fallback handling. You can also try GPT-5.6 Sol in our AI Playground before integrating.