Disponibile ora
OpenAI
gpt-5.4-search
GPT-5.4 is OpenAI’s latest frontier model, unifying the Codex and GPT lines into a single system. It features a 1M+ token context window (922K input, 128K output) with support for...
TextReasoningToolsFilesVision1.1MCacheWebSearch
Input$1.80/ 1M
Output$10.80/ 1M
Endpointopenai, openai-response, openai-response-compact, anthropic
Capacità
RagionamentoStrumentiStrumenti paralleliVisioneFileCacheStrutturatoRicerca webLivello di servizioStreamingMsg sistema
Modalità
Input
textimagefile
Output
text
Statistiche rapide
Finestra di contesto1.1M
Output massimo128K
Modalitàchat
TokenizerGPT
ModeratoSì
Livelli di ragionamento
noneminimalmax
Performance
Caricamento dati di performance...
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| frequency_penalty | - | (non inviare) |
| include_reasoning | - | |
| max_completion_tokens | - | - |
| max_tokens | - | - |
| presence_penalty | - | (non inviare) |
| reasoning | - | |
| repetition_penalty | - | (non inviare) |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | (non inviare) |
| tool_choice | - | |
| tools | - | |
| top_k | - | (non inviare) |
| top_p | - | (non inviare) |
§ 01
Prezzi
| Prezzo di input | $1.80 · 1M token |
| Prezzo di output | $10.80 · 1M token |
| Endpoint compatibili | openai, openai-response, openai-response-compact, anthropic |
| Provider | OpenAI |
§ 02
Chiamare gpt-5.4-search 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.
bash
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4-search",
"messages": [{"role": "user", "content": "Hello!"}]
}'§ 03
Domande frequenti
Quanto costa gpt-5.4-search per 1M token?
L'input ha un prezzo di $1.80 per 1M token, l'output di $10.80 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a gpt-5.4-search tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=gpt-5.4-search. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
§ 04
Modelli simili
Prova gpt-5.4-search ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.