Grok 4.3

by xAI

Grok 4.3 is xAI's reasoning flagship released April 2026, unifying reasoning, vision, and tool use into a single production model across a 1 million token context window. Reasoning is on by default for every request, with configurable effort levels so you can dial in the reasoning depth appropriate for each task. Native vision input enables multimodal analysis across text and images, while agentic support includes tool calling, structured outputs, and web search. The model targets reasoning-heavy workloads such as mathematical problem solving, code analysis, multi-step planning, and tasks where structured thinking improves answer quality. With an April 2026 release and a December 2025 knowledge cutoff, Grok 4.3 is xAI's answer to production-scale reasoning, balancing accuracy, latency, and the long context that modern agentic systems demand.

Key info

Input
Output
Features
Context window
1M
Max output
โ€”
Input price
$1.25 /1M
Output price
$2.50 /1M
  • EU residency available
  • US residency available
  • Zero data retention via Enterprise
  • No training by default
  • GDPR DPA available

Available routes

Grok 4.3 runs on 3 different routes through the Opper gateway. Compare residency, ZDR, and training posture at a glance โ€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
AzureMultiEnterpriseNo$1.25$2.50
xAIUSEnterpriseNo$1.25$2.50
xAIEUEnterpriseNo$1.25$2.50

Training posture across routes: No training on prompts by default.

Data handling per route

Each route hosting Grok 4.3 has its own privacy posture, residency, and GDPR terms. Postures are maintained by Opper with a last-verification timestamp.

Azure โ€” United States๐Ÿ‡บ๐Ÿ‡ธ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

xAI โ€” United States๐Ÿ‡บ๐Ÿ‡ธ

Zero data retention is available via Opper Enterprise contract. No training on customer data. US; SCCs; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
SCCs

xAI โ€” Ireland๐Ÿ‡ฎ๐Ÿ‡ช

Zero data retention is available via Opper Enterprise contract. No training on customer data. EU; DPA available.

Zero data retention
Available via Opper Enterprise contract.
Training
No training on customer data.
Logging
Abuse monitoring (30-day retention)
Third-party access
None disclosed
GDPR DPA
DPA available
Transfer mechanism
Not applicable โ€” data stays in EU

Benchmarks

Independent benchmark scores โ€” composite indices for reasoning, coding, and math, plus individual eval scores where available.

Global rank#48 of 531 LLMs
TierStrong
Output speed159 tok/s
First token25.05s
Intelligence Index37.6
Coding Index42.2
Reasoning & knowledge
GPQA Diamond
90%
Humanity's Last Exam
35%
Long-context reasoning
64%
Coding
SciCode
47%
Agentic & tool use
Terminal-Bench Hard
38%
ฯ„ยฒ-Bench Telecom
98%
Math & instruction following
IFBench
81%

Get started

Call Grok 4.3 through the Opper gateway with one API key. Let your coding agent set it up, or call it directly โ€” Opper is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into your coding agent โ€” Claude Code, Cursor, Codex, and more โ€” and it'll wire up Opper for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.OPPER_API_KEY,
baseURL: "https://api.opper.ai/v3/compat",
});
const completion = await client.chat.completions.create({
model: "xai/grok-4.3",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Grok 4.3 withโ€ฆ

Side-by-side on privacy, EU hosting, pricing, and benchmarks.

Other models from xAI

Start building with 300+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation
Grok 4.3 by xAI โ€” pricing, benchmarks, EU/US hosting | Opper AI