grok-4.20-0309-reasoning
Grok 4.20 is a reasoning model from xAI with industry-leading speed and agentic tool calling capabilities. It combines the lowest hallucination rate on the market with strict prompt adherance, delivering...
Funktionen
Modalitäten
Kurzstatistik
Leistung
Unterstützte Parameter
| Parameter | Immer | Standard |
|---|---|---|
| frequency_penalty | - | (nicht senden) |
| include_reasoning | - | |
| logprobs | - | |
| max_tokens | - | |
| presence_penalty | - | (nicht senden) |
| reasoning | - | |
| repetition_penalty | - | (nicht senden) |
| response_format | - | |
| seed | - | |
| structured_outputs | - | |
| temperature | (nicht senden) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | (nicht senden) |
| top_logprobs | - | |
| top_p | (nicht senden) |
Preise
| Input-Preis | $2.10 · 1M Tokens |
| Output-Preis | $4.20 · 1M Tokens |
| Kompatible Endpunkte | anthropic, openai |
| Anbieter | xAI |
grok-4.20-0309-reasoning aus deinem Code aufrufen
Richte jedes OpenAI-kompatible SDK auf UnoRouter aus und frage das Modell per Namen an. Ersetze YOUR_API_KEY durch einen echten Schlüssel aus deinem Dashboard.
curl https://api.unorouter.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-4.20-0309-reasoning",
"messages": [{"role": "user", "content": "Hello!"}]
}'Häufige Fragen
Was kostet grok-4.20-0309-reasoning pro 1M Tokens?
Input kostet $2.10 pro 1M Tokens, Output $4.20 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf grok-4.20-0309-reasoning zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=grok-4.20-0309-reasoning. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
Ähnliche Modelle
grok-4.20-0309-reasoning jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.