GPT-5.6 SolAPI
OpenAI's newest flagship — top-tier reasoning and agentic coding, 1.05M context.
Input fiyatı
$2.00
per 1M tokens
Output fiyatı
$12.00
per 1M tokens
Prompt caching
Sabit prefix'lerde cache_control geçin — cache hit'leri input fiyatının küçük bir kısmına faturalandırılır. Cache yazımları her zaman normal input fiyatından.
Otomatik hesaplama: input × 0.2
Özellikler
- Model ID
gpt-5-6-sol- Endpoint
POST /v1/chat/completions- Kategori
- Text
- Sağlayıcı
- OpenAI
- Yetenekler
- functionstreamingthinkinglong-context
Drop-in OpenAI uyumluluğu
Mevcut OpenAI SDK'nızı api.kunavo.com/v1 adresine yönlendirin ve model ID'sini değiştirin. Streaming değişikliği yok, yeni SDK yok.
Dokümana bakGPT API pricing guideKendiniz deneyin
/app/keys'den KUNAVO_API_KEY'i ayarlayın, aşağıdaki snippet'i çalıştırın.
curl https://api.kunavo.com/v1/chat/completions \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5-6-sol",
"messages": [
{"role": "user", "content": "Hello, GPT-5.6 Sol"}
],
"stream": false
}'Kunavo ile doğrudan OpenAI kullanımı arasındaki fark
Aynı GPT-5.6 Sol, aynı yanıtlar. Bir ağ geçidinin değiştirdiği şey hesap, SDK ve fatura — işte dürüst karşılaştırma.
| Kunavo | Doğrudan OpenAI | |
|---|---|---|
| Fiyat (per 1M tokens) | $2.00 / $12.00 (−60%) | $5.00 / $30.00 |
| Hesap | Tek Kunavo hesabı, 2 dakikada anahtar, en az $5 yükleme | OpenAI hesabı ve kendi faturalandırma kurulumu |
| SDK | OpenAI SDK'sını koruyun — base_url'i değiştirin, model'i "gpt-5-6-sol" yapın | OpenAI kendi SDK'sı veya varsa OpenAI uyumlu katmanı |
| Aynı anahtarla ayrıca | Claude, Gemini, GPT ve görüntü, video, ses modelleri | Yalnızca OpenAI kendi kataloğu |
| Faturalandırma | Tek Stripe bakiyesi, kullandıkça öde, bakiye dolmaz; başarısız istekler ücretlendirilmez | Her sağlayıcı için ayrı fatura |
| Hız limitleri | Paylaşımlı ağ geçidi kapasitesi, hesap başına sözleşmeli limit yok | OpenAI kendi kademe limitleri; kullanım geçmişi veya sözleşmeyle yükseltilir |
Sözleşmeli hız limiti, kurumsal SLA veya ilk günden sağlayıcıya özel bir özellik gerekiyorsa doğrudan OpenAI tarafına gidin. Tek anahtar, tek fatura ve tüm sağlayıcılarda daha düşük token fiyatı istiyorsanız Kunavo uygundur.
FAQ
How much does GPT-5.6 Sol cost?
On Kunavo, GPT-5.6 Sol is $2.00 per 1M input tokens and $12.00 per 1M output tokens — about 60% under OpenAI's official price. Failed requests are never billed, and it's pay-as-you-go — you only pay for successful calls.
Can I call GPT-5.6 Sol with the OpenAI SDK?
Yes. Set base_url to https://api.kunavo.com/v1, pass your Kunavo key, and set model to "gpt-5-6-sol". Requests and responses are OpenAI-compatible.
What endpoint does GPT-5.6 Sol use?
GPT-5.6 Sol is called via POST /v1/chat/completions on Kunavo's OpenAI-compatible API.
What is GPT-5.6 Sol good for?
GPT-5.6 Sol is a text model from OpenAI, with support for function, streaming, thinking, long-context.
What is different from calling OpenAI directly?
The model is the same, at about 60% under OpenAI's list price. What changes is around it: one key and one Stripe balance instead of a OpenAI account with its own billing, the OpenAI SDK with base_url swapped instead of a provider-specific SDK, and the same key also reaching Claude, Gemini, GPT, image, video and audio models. The tradeoff is that gateway capacity is shared — if you need a contractual rate limit or an enterprise SLA on GPT-5.6 Sol specifically, go direct to OpenAI.
Is GPT-5.6 Sol cheaper on Kunavo?
Yes — GPT-5.6 Sol is about 60% under OpenAI's official list price on Kunavo, with no subscription and no minimum monthly spend. You pay per token from a $5 top-up, failed requests are never billed, and the balance never expires.