June 🎉 GPT 15% Off 🎉 All series, all month 🔥Mehr erfahren
Grok

xAI: Grok 4.3

Chat
x-ai/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...

Kontextfenster
1M
Max. Ausgabe-Tokens
128K
Veröffentlicht
2026-04-30
Fähigkeiten
VisionFunction CallingReasoning
Verfügbare Anbieter
AzureAzure
Unterstützte Protokolle
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
Eingabe-Tokens
$1.25/M
Ausgabe-Tokens
$2.5/M
Cache-Lesen
$0.02/M
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code-Beispiele

from openai import OpenAI
client = 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)

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.