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...

1M kontextfenster
128K max. ausgabe-tokens
Veröffentlicht: 2026-04-30
Unterstützte Protokolle:OpenAIopenai
Verfügbare Anbieter:AzureAzure
Fähigkeiten:VisionFunction CallingReasoning

Providers

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

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.