OpenAI / openai/gpt-5.6-sol-pro
GPT-5.6 Sol Pro - access through LLMTR
GPT-5.6 Sol Pro is suited to quality-first work that uses Sol through Responses API reasoning.mode=pro in the OpenAI GPT-5.6 family. It supports a 1.05M context window, 128K max output, text/image input, prompt caching, and true max reasoning effort. This LLMTR wrapper is not a separate OpenAI native slug; it routes to the base GPT-5.6 model and enables pro mode in the request body by default.
Technical specifications
| Canonical ID | openai/gpt-5.6-sol-pro |
|---|---|
| Provider | OpenAI |
| Context window | 1,050,000 tokens |
| Operations | RESPONSES |
| Modalities | text, image |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| RESPONSES | INPUT_TEXT | PER_1M_TOKENS | $5.00 |
| RESPONSES | CACHE_READ | PER_1M_TOKENS | $0.500000 |
| RESPONSES | OUTPUT_TEXT | PER_1M_TOKENS | $30.00 |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"openai/gpt-5.6-sol-pro","messages":[{"role":"user","content":"Hello"}]}'
Related models
- GPT-5.6 Sol openai/gpt-5.6-sol
- GPT-5.6 Terra openai/gpt-5.6-terra
- GPT-5.6 Terra Pro openai/gpt-5.6-terra-pro
- GPT-5.6 Luna openai/gpt-5.6-luna
- GPT-5.6 Luna Pro openai/gpt-5.6-luna-pro
- GPT-5.5 openai/gpt-5.5
- GPT-5.5 Pro openai/gpt-5.5-pro
- GPT-5.4 openai/gpt-5.4