gpt-5.5
GPT-5.5 is OpenAI’s frontier model designed for complex professional workloads, building on GPT-5.4 with stronger reasoning, higher reliability, and improved token efficiency on hard tasks. It features a 1M+ token...
Performance
Prezzi
| Prezzo di input | $0.21 · 1M token |
| Prezzo di output | $1.28 · 1M token |
| Endpoint compatibili | openai |
| Provider | OpenAI |
Chiamare gpt-5.5 dal tuo codice
Punta qualsiasi SDK compatibile con OpenAI a UnoRouter e richiedi il modello per nome. Sostituisci YOUR_API_KEY con una vera chiave dal tuo dashboard.
curl https://api.unorouter.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa gpt-5.5 per 1M token?
L'input ha un prezzo di $0.21 per 1M token, l'output di $1.28 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a gpt-5.5 tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=gpt-5.5. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Modelli simili
Prova gpt-5.5 ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.