Jetzt verfügbar
xAI
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...
TextReasoningToolsFilesVision1MCacheWebSearch
Input$1.31/ 1M
Output$2.63/ 1M
Endpunkteanthropic, openai
Funktionen
ReasoningToolsVisionCacheStrukturiertWebsuche
Modalitäten
Eingabe
textimage
Ausgabe
text
Kurzstatistik
Kontextfenster1M
Max. Ausgabe1M
Moduschat
TokenizerGrok
Leistung
Lade Leistungsdaten...
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 | - | |
| stop | - | |
| structured_outputs | - | |
| temperature | (nicht senden) | |
| tool_choice | - | |
| tools | - | |
| top_k | - | (nicht senden) |
| top_logprobs | - | |
| top_p | (nicht senden) |
§ 01
Preise
| Input-Preis | $1.31 · 1M Tokens |
| Output-Preis | $2.63 · 1M Tokens |
| Kompatible Endpunkte | anthropic, openai |
| Anbieter | xAI |
§ 02
grok-4.3 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.
bash
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!"}]
}'§ 03
Häufige Fragen
Was kostet grok-4.3 pro 1M Tokens?
Input kostet $1.31 pro 1M Tokens, Output $2.63 pro 1M Tokens. Abrechnung erfolgt pro Token, ohne Aufrundung auf Batch-Größen.
Wie greife ich per API auf grok-4.3 zu?
Sende Anfragen an den UnoRouter-Endpunkt /v1/chat/completions mit model=grok-4.3. Jede OpenAI-kompatible Client-Bibliothek funktioniert. Die Authentifizierung erfolgt über einen Standard-Bearer-Token.
§ 04
Ähnliche Modelle
grok-4.3 jetzt ausprobieren
Erstelle einen API-Schlüssel und starte in unter einer Minute.