openai/gpt-5.6-sol
The flagship GPT-5.6 model for demanding reasoning, coding, and long-running agent workflows. It supports text and image input, a 1.05M-token context window, configurable reasoning through max effort and Pro mode, persisted reasoning, and explicit prompt caching.
Kaynak: openai_x0.05 · Doğrulandı: 2026-07-10
Cache okuma $0.025/M · Cache yazma $0.3125/M
| Kademe | Girdi | Cache okuma | Cache yazma | Çıktı |
|---|---|---|---|---|
API çağrısında her iki ID de kullanılabilir.
openai/gpt-5.6-solYou can use these names directly in the request model field.
ONEHOP_KEY yer tutucusunu API key'inizle değiştirin. Oluşturun →
from openai import OpenAI
client = OpenAI(
base_url="https://api.onehop.ai/v1",
api_key="<ONEHOP_KEY>",
)
completion = client.chat.completions.create(
model="openai/gpt-5.6-sol",
messages=[{"role": "user", "content": "What is the meaning of life?"}],
)
print(completion.choices[0].message.content)Balanced GPT-5.6 quality and cost for production workloads.
$0.125/M↓ · $0.75/M↑
The most efficient GPT-5.6 for high-volume and latency-sensitive work.
$0.05/M↓ · $0.3/M↑
OpenAI GPT-5.5 — flagship, 1M context, top reasoning & agentic coding.
$0.5/M↓ · $3/M↑
OpenAI GPT-5.4 — strong general model, 1M context, lower cost than 5.5.
$0.25/M↓ · $1.5/M↑
| Standard ≤272K |
| $0.25 |
| $0.025 |
| $0.3125 |
| $1.5 |
| Standard >272K | $0.5 | $0.05 | $0.625 | $2.25 |
OpenAI GPT-5.4 mini — fast, cheapest GPT-5 text route.
$0.075/M↓ · $0.45/M↑