GPT-5.6 SolAPI
OpenAI's newest flagship — top-tier reasoning and agentic coding, 1.05M context.
Prezzo input
$2.00
per 1M tokens
Prezzo output
$12.00
per 1M tokens
Prompt caching
Passa cache_control sui prefix stabili — gli hit di cache vengono fatturati a una frazione del prezzo di input. Le scritture di cache restano alla tariffa di input normale.
Calcolato automaticamente come input × 0.2
Specifiche
- ID modello
gpt-5-6-sol- Endpoint
POST /v1/chat/completions- Categoria
- Text
- Provider
- OpenAI
- Capability
- functionstreamingthinkinglong-context
Compatibilità OpenAI drop-in
Punta il tuo SDK OpenAI esistente a api.kunavo.com/v1 e sostituisci l'ID del modello. Niente cambi di streaming, nessun nuovo SDK.
Vedi la docGPT API pricing guideProvalo tu stesso
Imposta KUNAVO_API_KEY da /app/keys ed esegui lo snippet sotto.
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 rispetto a chiamare OpenAI direttamente
Stesso GPT-5.6 Sol, stesse risposte. Un gateway cambia l'account, l'SDK e la fattura — ecco il confronto onesto.
| Kunavo | OpenAI diretto | |
|---|---|---|
| Prezzo (per 1M tokens) | $2.00 / $12.00 (−60%) | $5.00 / $30.00 |
| Account | Un account Kunavo, chiave in 2 minuti, ricarica minima di $5 | Un account OpenAI con la sua configurazione di fatturazione |
| SDK | Tieni l'SDK OpenAI — cambia base_url e imposta model su "gpt-5-6-sol" | L'SDK di OpenAI, o il suo livello compatibile con OpenAI se disponibile |
| La stessa chiave raggiunge anche | Claude, Gemini, GPT più modelli di immagine, video e audio | Solo il catalogo di OpenAI |
| Fatturazione | Un unico saldo Stripe, a consumo, che non scade; le richieste fallite non sono addebitate | Una fattura separata per ogni provider |
| Limiti di frequenza | Capacità del gateway condivisa, nessun limite contrattuale per account | I limiti di livello di OpenAI, alzabili con lo storico d'uso o un contratto |
Vai direttamente su OpenAI se ti serve un limite di frequenza contrattuale, uno SLA enterprise o una funzione esclusiva del provider dal primo giorno. Kunavo conviene se vuoi una chiave, una fattura e un prezzo per token più basso su tutti i provider.
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.