x-ai/grok-4.3
1,000,000 context · $1.25/M input tokens · $2.50/M output tokens
Grok 4.3 is xAI’s advanced reasoning model designed for agentic workflows, complex instruction-following, and high-accuracy knowledge tasks. It supports both text and image inputs, generating text outputs with configurable reasoning depth across none, low, medium, and high effort modes (default: low).
The model features an industry-leading 1 million token context window with no fixed output token limit, enabling long-document analysis, deep research, multi-step reasoning, and large-scale autonomous agent applications.
Pricing is usage-tiered, with higher rates applied to requests exceeding 200K total tokens.
Kullandıkça öde
Ön ödeme yok, yalnızca kullandığınız kadar ödeyin
API'mizle entegre etmek için aşağıdaki kod örneklerini kullanın:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="x-ai/grok-4.3",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)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...
This model is imported from OpenRouter metadata and exposed through the WaveSpeed AI OpenAI-compatible API for chat completions and compatible application workflows.
| Specification | Value |
|---|---|
| Provider | xai |
| Model Type | Chat Completions model |
| Architecture | text+image->text |
| Context Window | 1000000 tokens |
| Max Input | Not listed |
| Max Output | Not listed |
| Input | Text, Image |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Structured Outputs | Supported |
| OpenRouter Created | April 30, 2026 |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: x-ai/grok-4.3
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="x-ai/grok-4.3",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)
curl https://llm.wavespeed.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "x-ai/grok-4.3",
"messages": [{"role": "user", "content": "Hello!"}]
}'x-ai/grok-4.3
Grok 4.3 is xAI’s advanced reasoning model designed for agentic workflows, complex instruction-following, and high-accuracy knowledge tasks. It supports both text and image inputs, generating text outputs with configurable reasoning depth across none, low, medium, and high effort modes (default: low). The model features an industry-leading 1 million token context window with no fixed output token limit, enabling long-document analysis, deep research, multi-step reasoning, and large-scale autonomous agent applications. Pricing is usage-tiered, with higher rates applied to requests exceeding 200K total tokens.
Giriş
$1.25 /M
Çıkış
$2.5 /M
Bağlam
1000K
Vision
Destekleniyor
Araç Kullanımı
Destekleniyor
Birleşik API'miz aracılığıyla Grok 4.3'e erişin — OpenAI uyumlu, soğuk başlatma yok, şeffaf fiyatlandırma.
WaveSpeedAI fiyatlandırması: milyon giriş tokenı başına $1.25 ve milyon çıkış tokenı başına $2.50. Prompt caching ve toplu işleme ayrı faturalanır ve uzun, tekrar eden yüklerde etkin maliyeti düşürür.
Grok 4.3 istek başına 1000K bağlam tokenını ve — çıkış tokenını destekler.
Evet. WaveSpeedAI, Grok 4.3 modelini https://llm.wavespeed.ai/v1 adresindeki OpenAI uyumlu endpoint üzerinden sunar. Resmi OpenAI SDK'sını WaveSpeedAI API anahtarınızla bu base URL'ye yöneltin — başka kod değişikliği gerekmez.
WaveSpeedAI'a giriş yapın, Access Keys'te bir API anahtarı oluşturun, ardından yukarıda gösterilen model id ile https://llm.wavespeed.ai/v1/chat/completions adresine bir istek gönderin. Yeni hesaplar Grok 4.3'i değerlendirmek için ücretsiz krediler alır.