xAI: Grok 4.3
Chatx-ai/grok-4.3Grok 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...
1M kontextfenster
128K max. ausgabe-tokens
Veröffentlicht: 2026-04-30
Unterstützte Protokolle:openai
Verfügbare Anbieter:Azure
Fähigkeiten:VisionFunction CallingReasoning
Providers
Azure
Eingabe-Tokens
$1.25/M
Ausgabe-Tokens
$2.5/M
Cache-Lesen
$0.02/M
Protocols
openai
/v1/chat/completions/v1/responsesCode-Beispiele
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.ai/v1",api_key="YOUR_OFOX_API_KEY",)response = client.chat.completions.create(model="x-ai/grok-4.3",messages=[{"role": "user", "content": "Hello!"}],)print(response.choices[0].message.content)
Verwandte Modelle
Häufig gestellte Fragen
xAI: Grok 4.3 auf Ofox.ai kostet $1.25/M pro Million Eingabe-Tokens und $2.5/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.
xAI: Grok 4.3 unterstützt ein Kontextfenster von 1M Tokens mit max. Ausgabe von 128K Tokens, was die Verarbeitung großer Dokumente und lange Konversationen ermöglicht.
Einfach Ihre Base-URL auf https://api.ofox.ai/v1 setzen und Ihren Ofox API Key verwenden. Die API ist OpenAI-kompatibel — einfach Base-URL und API Key in Ihrem bestehenden Code ändern.
xAI: Grok 4.3 unterstützt folgende Fähigkeiten: Vision, Function Calling, Reasoning. Zugriff auf alle Features über die einheitliche Ofox.ai API.