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.
Pagamento por uso
Sem custo inicial, pague apenas pelo que usar
Use os exemplos de código abaixo para integrar com nossa API:
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.
Entrada
$1.25 /M
Saída
$2.5 /M
Contexto
1000K
Vision
Suportado
Uso de ferramentas
Suportado
Acesse Grok 4.3 através da nossa API unificada — compatível com OpenAI, sem inicializações a frio, preços transparentes.
Preços no WaveSpeedAI: $1.25 por milhão de tokens de entrada e $2.50 por milhão de tokens de saída. Prompt caching e batch processing são cobrados separadamente e reduzem o custo efetivo em cargas longas e repetitivas.
Grok 4.3 suporta até 1000K tokens de contexto e até — tokens de saída por requisição.
Sim. O WaveSpeedAI expõe o Grok 4.3 através de um endpoint compatível com OpenAI em https://llm.wavespeed.ai/v1. Aponte o SDK oficial da OpenAI para esta base URL com sua chave API do WaveSpeedAI — sem outras alterações no código.
Entre no WaveSpeedAI, crie uma chave API em Access Keys, então envie uma requisição para https://llm.wavespeed.ai/v1/chat/completions com o model id mostrado acima. Contas novas recebem créditos grátis para avaliar o Grok 4.3.