grok-4.3
Grok 4.3 is a reasoning model from xAI. It accepts text and image inputs with text output, and is suited for agentic workflows, instruction-following tasks, and applications requiring high factual...
Yetenekler
Modaliteler
Hızlı istatistikler
Performans
Desteklenen parametreler
| Parametre | Her zaman | Varsayılan |
|---|---|---|
| frequency_penalty | (gönderme) | |
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | (gönderme) | |
| reasoning | - | |
| repetition_penalty | - | (gönderme) |
| response_format | - | |
| seed | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | (gönderme) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | (gönderme) |
| top_logprobs | - | |
| top_p | (gönderme) |
Fiyatlandırma
| Girdi fiyatı | $1.31 · 1M token |
| Çıktı fiyatı | $2.63 · 1M token |
| Uyumlu endpointler | openai, anthropic |
| Sağlayıcı | xAI |
grok-4.3'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": "grok-4.3",
"messages": [{"role": "user", "content": "Hello!"}]
}'Sık sorulan sorular
grok-4.3 1M token başına ne kadar tutar?
Girdi 1M token başına $1.31, çıktı 1M token başına $2.63 fiyatlandırılır. Faturalandırma token başınadır, batch boyutlarına yuvarlama yoktur.
grok-4.3'e API üzerinden nasıl erişirim?
UnoRouter /v1/chat/completions endpointine model=grok-4.3 ile istek gönderin. Herhangi bir OpenAI uyumlu istemci kütüphanesi çalışır. Kimlik doğrulama standart Bearer token kullanır.
Benzer modeller
grok-4.3'i şimdi deneyin
Bir API anahtarı oluşturun ve bir dakikadan kısa sürede istek göndermeye başlayın.