Kembali ke katalog
OpenAI·Textnew60%+ di bawah resmi

GPT-5.6 SolAPI

OpenAI's newest flagship — top-tier reasoning and agentic coding, 1.05M context.

Harga input

$2.00

per 1M tokens

Harga output

$12.00

per 1M tokens

Prompt caching

Kirim cache_control pada prefiks stabil — hit cache ditagih sepersekian dari harga input. Tulis cache selalu dengan harga input normal.

Baca cache
$0.4

Dihitung otomatis sebagai input × 0.2

Spesifikasi

ID model
gpt-5-6-sol
Endpoint
POST /v1/chat/completions
Kategori
Text
Penyedia
OpenAI
Kemampuan
functionstreamingthinkinglong-context

Kompatibilitas drop-in OpenAI

Arahkan SDK OpenAI kamu ke api.kunavo.com/v1 dan ganti ID model. Tanpa perubahan streaming, tanpa SDK baru.

Lihat dokumenGPT API pricing guide

Coba sendiri

Atur KUNAVO_API_KEY dari /app/keys dan jalankan snippet di bawah.

curl
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 vs memanggil OpenAI langsung

Model GPT-5.6 Sol dan responsnya sama persis. Yang diubah gateway adalah akun, SDK, dan tagihan — ini perbandingan jujurnya.

KunavoOpenAI langsung
Harga (per 1M tokens)$2.00 / $12.00 (−60%)$5.00 / $30.00
AkunSatu akun Kunavo, kunci dalam 2 menit, isi ulang minimum $5Akun OpenAI beserta pengaturan penagihannya sendiri
SDKTetap pakai OpenAI SDK — ganti base_url, isi model dengan "gpt-5-6-sol"SDK milik OpenAI, atau lapisan kompatibel-OpenAI bila tersedia
Kunci yang sama juga menjangkauClaude, Gemini, GPT plus model gambar, video, dan audioHanya katalog OpenAI sendiri
PenagihanSatu saldo Stripe, bayar sesuai pemakaian, tidak pernah hangus; permintaan gagal tidak ditagihFaktur terpisah untuk tiap penyedia
Batas lajuKapasitas gateway bersama, tanpa batas kontraktual per akunBatas tier OpenAI sendiri, dinaikkan lewat riwayat pemakaian atau kontrak

Pilih OpenAI langsung bila Anda butuh batas laju kontraktual, SLA enterprise, atau fitur khusus penyedia sejak hari pertama. Kunavo cocok bila Anda ingin satu kunci, satu tagihan, dan harga per token lebih rendah di semua penyedia.

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.