o3:free
o3 is a well-rounded and powerful model across domains. It sets a new standard for math, science, coding, and visual reasoning tasks. It also excels at technical writing and instruction-following....
Capacità
Modalità
Statistiche rapide
Performance
Parametri supportati
| Parametro | Sempre | Predefinito |
|---|---|---|
| include_reasoning | - | |
| max_tokens | - | |
| reasoning | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| tool_choice | - | |
| tools | - |
Prezzi
| Prezzo di input | $0.00 · 1M token |
| Prezzo di output | $0.00 · 1M token |
| Finestra di contesto | 200K token |
| Endpoint compatibili | openai |
| Provider | OpenAI |
Chiamare o3:free 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.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "o3:free",
"messages": [{"role": "user", "content": "Hello!"}]
}'Domande frequenti
Quanto costa o3:free per 1M token?
L'input ha un prezzo di $0.00 per 1M token, l'output di $0.00 per 1M token. La fatturazione è per token, nessun arrotondamento alle dimensioni del batch.
Come accedo a o3:free tramite API?
Invia richieste all'endpoint /v1/chat/completions di UnoRouter con model=o3:free. Qualsiasi libreria client compatibile con OpenAI funziona. L'autenticazione usa un token Bearer standard.
Qual è la finestra di contesto di o3:free?
o3:free supporta una finestra di contesto di 200K token, condivisa tra il tuo prompt e la risposta del modello.
Modelli simili
Prova o3:free ora
Crea una chiave API e inizia a fare richieste in meno di un minuto.