gpt-5.2-codex
GPT-5.2-Codex is an upgraded version of GPT-5.1-Codex optimized for software engineering and coding workflows. It is designed for both interactive development sessions and long, independent execution of complex engineering tasks....
Yetenekler
Modaliteler
Hızlı istatistikler
Performans
Desteklenen parametreler
| Parametre | Her zaman | Varsayılan |
|---|---|---|
| frequency_penalty | - | (gönderme) |
| include_reasoning | - | |
| max_completion_tokens | - | - |
| max_tokens | - | - |
| reasoning | - | |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | - | (gönderme) |
| tool_choice | - | |
| tools | - | |
| top_p | - | (gönderme) |
Fiyatlandırma
| Girdi fiyatı | $0.00 · 1M token |
| Çıktı fiyatı | $0.00 · 1M token |
| Context penceresi | 400K token |
| Uyumlu endpointler | openai |
| Sağlayıcı | OpenAI |
gpt-5.2-codex'i kodunuzdan çağırın
Herhangi bir OpenAI uyumlu SDK'yı UnoRouter'e yönlendirin ve modeli adıyla isteyin. YOUR_API_KEY'i dashboardunuzdaki gerçek bir anahtarla değiştirin.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.2-codex",
"messages": [{"role": "user", "content": "Hello!"}]
}'Sık sorulan sorular
gpt-5.2-codex 1M token başına ne kadar tutar?
Girdi 1M token başına $0.00, çıktı 1M token başına $0.00 fiyatlandırılır. Faturalandırma token başınadır, batch boyutlarına yuvarlama yoktur.
gpt-5.2-codex'e API üzerinden nasıl erişirim?
UnoRouter /v1/chat/completions endpointine model=gpt-5.2-codex ile istek gönderin. Herhangi bir OpenAI uyumlu istemci kütüphanesi çalışır. Kimlik doğrulama standart Bearer token kullanır.
gpt-5.2-codex'in context penceresi nedir?
gpt-5.2-codex isteminiz ile modelin yanıtı arasında paylaşılan 400K tokenlik bir context penceresini destekler.
Benzer modeller
gpt-5.2-codex'i şimdi deneyin
Bir API anahtarı oluşturun ve bir dakikadan kısa sürede istek göndermeye başlayın.