Grok icon

Grok 4.3

Grok 4.3

Use xAI's newest default API model for chat, coding, tool calling, and structured outputs — Grok 4.3 ships with 1M context, configurable reasoning, and official $1.25 input / $2.50 output pricing Cut spend by roughly 40% on input and 60% on output versus Grok 4.20 — agentic and high-volume pipelines run materially cheaper while gaining +4 points on Artificial Analysis's Intelligence Index Generate ready-to-share artifacts directly from chat — Grok 4.3 outputs slides, PowerPoint decks, spreadsheets, PDFs, and ships alongside a new voice-cloning suite and configurable low/medium/high reasoning effort

Reviewed by ToolWorthy Editors·updated 2 months ago

Pricing:Free + from $30/mo
Categories:
Jump to section
Grok 4.3 model card showing 1M context, configurable reasoning, function calling, and $1.25/$2.50 pricing

Featured alternatives

MakersClaw icon

MakersClaw

TypingMind icon

TypingMind

Doubao icon

Doubao

Z.ai icon

Z.ai

Odysseus icon

Odysseus

ReleaseDock icon

ReleaseDock

Pros & Cons

Pros

  • Roughly 40% / 60% cheaper input/output than Grok 4.20 — biggest cost-per-intelligence improvement in the Grok 4 line
  • Confirmed 1M-context reasoning model with function calling, structured outputs, and server-side tool support for AI agent workflows
  • +4 points on Artificial Analysis's Intelligence Index and a sharp jump on agentic benchmarks (GDPval-AA +321 ELO)
  • In-chat generation of slides, spreadsheets, PDFs, and PowerPoint decks shortens "draft → format → ship" loops
  • Configurable reasoning effort (low/medium/high) gives explicit cost/latency control
  • 207 tok/s output speed keeps long completions snappy in agent loops

Cons

  • Context window halved from 2M (Grok 4.20) to 1M — direct regression for long-document workloads
  • Quiet launch with no official xAI release post or standalone benchmark page; many figures come from third-party reporting
  • Voice-cloning suite details are sparse — capability claims should be validated in-app before production use
  • Tool-call pricing still bills separately, so headline price cut is dilute on tool-heavy traffic
  • Domain benchmarks (GPQA, AIME, SWE-Bench, LiveCodeBench) not officially published for 4.3 — independent verification needed for hard-bound use cases

Overview

Grok 4.3 is xAI's April 30, 2026 API release — pushed live with no announcement post and following a quiet beta that first appeared in the grok.com model picker on April 17, 2026. Compared with grok-4.20-multi-agent-0309, this version is better described as a model-positioning, reasoning-control, and cost-efficiency update rather than a confirmed modality reset: the model is positioned as xAI's newest default API model, with 1M context, function calling, structured outputs, configurable reasoning, and official $1.25 input / $2.50 output pricing.

For developers running agentic pipelines or high-volume API workloads, Grok 4.3 is now xAI's recommended default. For Grok chat users, third-party launch coverage and early user reports describe new artifact-style outputs such as documents, spreadsheets, PDFs, and PowerPoint files, but availability may vary by plan, region, and staged rollout. A separate Custom Voices / voice-cloning capability covered by VentureBeat is documented under xAI's Voice API docs and is not part of the core grok-4.3 model.

What's New

API Model Profile

Official xAI docs position grok-4.3 as the recommended default for chat and coding workloads, with a 1M-token context window, function calling, structured outputs, and configurable reasoning. xAI's public docs do not currently list native video-file understanding as a confirmed grok-4.3 capability; video generation is documented separately under the Grok Imagine API.

Aggressive Price Cut

API pricing is officially listed at $1.25 per million input tokens, $0.20 per million cached input tokens, and $2.50 per million output tokens for grok-4.3; xAI also notes different pricing for requests above the 200K context threshold. Artificial Analysis described the launch pricing as 37.5% lower on input and 58.3% lower on output versus its Grok 4.20 0309 v2 comparison snapshot; avoid implying that current xAI docs still price Grok 4.20 above Grok 4.3. xAI positions Grok 4.3 as its recommended default for chat/coding and agentic tool calling; cost savings should be framed as workload-dependent because token pricing, cached-input pricing, higher-context pricing, and separate tool-call fees all affect the final bill.

Slides, Spreadsheets, PDFs, and PowerPoint Outputs

Third-party launch coverage and early users report downloadable artifacts from Grok chat, including slide decks, spreadsheets, PDFs, and PowerPoint files. Treat this as a chat-surface rollout detail rather than a confirmed grok-4.3 API capability unless xAI documents it officially. When it lands for an account, it converts a class of "draft, then export, then format" workflows into a single chat turn.

Voice Cloning Suite

VentureBeat's launch coverage flagged a new Custom Voices / voice-cloning capability documented separately in xAI's Voice API docs — keep it scoped as an adjacent xAI release rather than a grok-4.3 model feature. Capability and pricing details should be verified directly in the Voice API documentation before production use.

Configurable Reasoning Effort

Grok 4.3 exposes a reasoning_effort parameter with none / low (default) / medium / high settings, letting callers trade latency and cost against deeper deliberation. none disables reasoning for near-instant, non-reasoning-style use cases. This is the same mental model OpenAI and Anthropic have converged on for reasoning models, and makes effort an explicit knob rather than an implicit "always-on" assumption.

Performance Benchmarks

Third-party benchmarks position Grok 4.3 as a small but consistent step ahead of Grok 4.20, with the bigger story being cost efficiency rather than raw intelligence:

Benchmark Grok 4.3 Grok 4.20 Notes
Artificial Analysis Intelligence Index 53 49 +4 points
GDPval-AA (agent ELO) 1500 1179 +321 ELO
τ²-Bench Telecom 98% Agentic customer-support task
IFBench 81% Instruction-following
Output speed Verify current AA value Artificial Analysis speed metrics are volatile; refresh from the current Grok 4.3 model/provider page before citing
Context window 1M 2M Reduced from 4.20

Numbers above are from Artificial Analysis's launch coverage. xAI has not published a standalone benchmark page for 4.3, so domain-specific scores (GPQA, AIME, SWE-Bench, LiveCodeBench) should be verified independently for hard-bound use cases.

Migration Guide

Most developers can switch their API client to grok-4.3 and ship — but two changes are worth checking before flipping the model ID in production:

  1. Context window halved. Grok 4.3 supports a 1M-token context vs. 4.20's 2M. Workloads that previously fit a single 1.5M-token corpus into one call (long codebase analysis, large legal document bundles) will need chunking or retrieval. If your prompts comfortably stayed under 1M, no change is needed.
  2. Reasoning effort is now explicit. Add reasoning_effort: "none" | "low" | "medium" | "high" to your request payload. xAI documents low as the default reasoning effort and also supports none, medium, and high; teams porting from 4.20 should benchmark each effort level on representative traffic before promoting.
  3. Tool-call pricing still bills separately. Web search, X search, file search, code execution, and RAG calls retain their own per-call rates. Re-run cost models on a representative 24-hour traffic sample, since the input/output discount is largest on text-heavy turns and smaller on tool-heavy turns.
  4. Treat video input as unconfirmed for now. xAI's public docs do not currently document native video-file input as a grok-4.3 API capability. Existing image and text endpoints work unchanged; for video generation, use the separately documented Grok Imagine API rather than the core grok-4.3 model.

Availability & Access

  • API: grok-4.3 is the recommended default model on x.ai's API as of April 30, 2026
  • Grok chat: Available through the xAI API and rolling out across Grok chat plans; SuperGrok, X Premium+, and SuperGrok Heavy are current subscription routes, with model availability confirmed in the in-product picker
  • Beta entrypoint: Third-party reports place the early Grok 4.3 chat beta in mid-April 2026, but treat the exact April 17 / SuperGrok Heavy claim as qualified unless verified from official Grok release notes
  • Free tier: xAI typically grants free-tier users limited access to flagship models — confirm in the in-product picker, since limits change frequently

Pricing & Plans

Plan Monthly Price Grok 4.3 Access
API (grok-4.3) $1.25 input / $2.50 output per 1M tokens Direct API access, pay-as-you-go
Free $0 Varies by rollout — check picker
X Premium ~$8 Varies by rollout
SuperGrok $30 ✓ in chat
X Premium+ ~$40 ✓ in chat + X platform perks
SuperGrok Heavy $300 ✓ + Heavy-tier priority and Grok 4 Heavy

Tool-call surcharges (web search, X search, file search, code execution, RAG) bill separately on top of the per-token rate.

Pricing note: xAI now publishes an official grok-4.3 model/pricing page listing $1.25 input, $0.20 cached input, and $2.50 output per 1M tokens, with higher-context pricing applying above 200K tokens. Use xAI docs as the source of truth and keep Artificial Analysis/OpenRouter as third-party benchmark references.

Best For

  • API teams running agentic pipelines who want lower cost-per-call without dropping below Grok-tier intelligence
  • Developers building AI chatbots or assistants that need long-context reasoning, tool calling, structured outputs, and lower-cost text/image workflows
  • Operators with high-volume, instruction-following workloads (customer support routing, content moderation, structured extraction) who care about IFBench-style metrics
  • SuperGrok and X Premium+ users who want one-shot slide / spreadsheet / PDF generation in chat without an external automation layer
  • Power users comparing flagship models — see the best AI assistant roundup for cross-vendor positioning
  • Teams migrating away from heavier 2M-context loads who can chunk down to 1M and capture the price drop

FAQ

How do I access Grok 4.3?

Two paths. API: call the grok-4.3 model ID at x.ai/api — pay-as-you-go at $1.25 input / $2.50 output per million tokens. Chat: subscribe to SuperGrok ($30/month), X Premium+ (~$40), or SuperGrok Heavy ($300) and pick Grok 4.3 from the model selector on grok.com or the mobile apps.

How is Grok 4.3 different from Grok 4.20?

Three concrete changes: (1) native video input arrives for the first time, (2) API pricing drops ~40% on input and ~60% on output, and (3) the context window shrinks from 2M to 1M tokens. Reasoning effort is now an explicit low/medium/high parameter rather than implicit. Architecturally, xAI has not described 4.3 as a multi-agent system the way 4.2 was characterized — it reads more like a tuned, cost-optimized successor than a structural rebuild.

Why did the context window drop from 2M to 1M?

xAI has not publicly explained the change. Practically, most production agent workloads run well under 1M tokens, and the price-per-token cut compensates for the smaller window in those cases. Workloads that genuinely needed 2M (full-codebase analysis, large discovery bundles) will require chunking or staying on 4.20 until xAI publishes a path forward.

Is video input available on the chat surface or only the API?

xAI's public docs do not currently document native video-file input as a grok-4.3 API capability. Treat video understanding claims as unconfirmed unless they appear in official xAI API documentation or in-product release notes. For video generation, use the separately documented Grok Imagine API rather than grok-4.3.

How does Grok 4.3 compare to Claude Sonnet 4.6 or Gemini 3 Pro?

Artificial Analysis places Grok 4.3 just above Claude Sonnet 4.6 on the Intelligence Index (53 vs ~49). The bigger differentiator is cost: at $1.25/$2.50, Grok 4.3 undercuts most flagship-tier models on raw token pricing. Claude and Gemini may still be preferable for some workloads depending on recall behavior, multimodal requirements, enterprise controls, and benchmark results — avoid asserting vendor advantages without a cited, current benchmark source.

Is there a free trial for Grok 4.3?

There is no dedicated free trial. API users pay only for tokens consumed. Chat users can evaluate through whatever free or paid access is visible in the Grok picker; subscribing to SuperGrok is a paid evaluation, even if canceled before the next billing cycle. xAI has previously granted free-tier users intermittent access to flagship models, but availability is not guaranteed.

Version History

Grok 4.3

Current Version

Released on April 30, 2026

+What's new
3 updates
  • Use xAI's newest default API model for chat, coding, tool calling, and structured outputs — Grok 4.3 ships with 1M context, configurable reasoning, and official $1.25 input / $2.50 output pricing
  • Cut spend by roughly 40% on input and 60% on output versus Grok 4.20 — agentic and high-volume pipelines run materially cheaper while gaining +4 points on Artificial Analysis's Intelligence Index
  • Generate ready-to-share artifacts directly from chat — Grok 4.3 outputs slides, PowerPoint decks, spreadsheets, PDFs, and ships alongside a new voice-cloning suite and configurable low/medium/high reasoning effort

Grok 4.2

Released on February 17, 2026

View Update
+What's new
3 updates
  • Explore a multi-agent architecture where four specialized sub-agents (coordinator, research, creativity, math/logic) collaborate simultaneously to deliver more balanced, hallucination-reduced responses
  • Tackle harder math and multi-step logic problems with stronger step-by-step reasoning, improved long-form conversation stability, and smarter context summarization to prevent topic drift
  • Try Grok 4.2 as an opt-in public beta with weekly improvement cycles — manually select the model in the picker and share feedback to shape its rapid evolution

Grok Imagine API

Released on January 28, 2026

+What's new
2 updates
  • Generate high-quality videos from text descriptions via the xAI Imagine API — state-of-the-art performance across quality, cost, and latency benchmarks for production video generation
  • Combine video and audio generation in a single unified API, enabling developers to build rich multimedia applications without managing separate video and audio providers

Grok Business & Enterprise

Released on December 30, 2025

+What's new
2 updates
  • Deploy Grok across your organization with dedicated enterprise plans that include team management, usage controls, and priority API access
  • Protect sensitive business conversations with enhanced data privacy guarantees and compliance-ready infrastructure designed for corporate environments

Grok 4.1 Fast

Released on November 19, 2025

+What's new
3 updates
  • Build enterprise-grade agentic systems with a 2 million token context window — the largest in any Grok model — maintaining consistent tool-calling performance across long multi-turn conversations
  • Deploy production-ready customer support, finance, and research agents using the new Agent Tools API with native web search, X data, code execution, and MCP tool integrations
  • Get frontier tool-calling intelligence at reduced cost, with Grok 4.1 Fast cutting hallucination rates in half compared to Grok 4 Fast on information-seeking tasks

Grok 4.1

Released on November 17, 2025

+What's new
3 updates
  • Engage with an AI that truly listens — Grok 4.1 ranks #1 on EQ-Bench3 for emotional intelligence and is preferred 64.78% of the time in blind comparisons, with major improvements in empathy and nuanced intent detection
  • Get dramatically more accurate answers with hallucination rates reduced by 65% (from 12.09% to 4.22%), making research, fact-finding, and information-seeking tasks significantly more reliable
  • Respond faster with 25–33% improved response speeds and near-top creative writing performance on the Creative Writing v3 benchmark

Grok 4 Fast

Released on September 19, 2025

+What's new
2 updates
  • Get Grok 4-level intelligence at a fraction of the cost — optimized for high-volume tasks like content drafting, summarization, and rapid Q&A at scale
  • Run more API calls within budget while maintaining strong reasoning performance for agentic workflows and automated pipelines

Grok Code Fast 1

Released on August 28, 2025

+What's new
2 updates
  • Accelerate agentic coding workflows with grok-code-fast-1, a reasoning model built specifically for code generation, debugging, and multi-step software engineering tasks at low cost
  • Run more coding agents in parallel within budget — Grok Code Fast 1 maintains strong agentic performance for automated pipelines, PR reviews, and code refactoring at high throughput

Grok 4

Released on July 9, 2025

+What's new
3 updates
  • Solve the hardest real-world problems with native tool use and real-time web search — Grok 4 autonomously selects search queries and dives deep into X and the broader web without plugins
  • Achieve frontier-level intelligence across math, science, and coding tasks — xAI reports Grok 4 with tools reached 38.6% on Humanity's Last Exam (HLE), a challenging PhD-level benchmark
  • Access deeper research with the new SuperGrok Heavy tier, a multi-agent configuration that coordinates parallel reasoning threads for comprehensive answers

Grok 3

Released on February 19, 2025

+What's new
3 updates
  • Reason through complex problems step-by-step with the new Think mode — Grok 3 shows its work before answering, delivering 93.3% accuracy on AIME 2025 math competitions
  • Research any topic with DeepSearch, an agentic web and X search tool that synthesizes conflicting sources into clear, cited reports automatically
  • Process up to 1 million tokens of context, enabling analysis of large codebases, research papers, and lengthy documents in a single conversation

Grok for Everyone

Released on December 12, 2024

+What's new
2 updates
  • Use Grok for free on the X platform — access AI-powered chat, web search, and multilingual support without a Premium+ subscription
  • Get faster, more accurate responses with improved speed and enhanced multilingual support rolled out to all X users globally

Grok Image Gen

Released on December 9, 2024

+What's new
2 updates
  • Generate photorealistic and artistic images directly inside Grok chats using Aurora, xAI's new autoregressive image generation model built natively into the X platform
  • Create images from text descriptions without switching apps — Aurora delivers high-fidelity visuals across photography, illustration, and abstract styles

Grok 2

Released on August 13, 2024

+What's new
3 updates
  • Outperform previous Grok models in complex reasoning, coding, and math with Grok-2's significantly upgraded intelligence and expanded tool-use capabilities
  • Process images, charts, and documents alongside text queries with Grok-2's new vision capabilities — understand visual context and answer questions about any image
  • Access a faster, lighter Grok-2 mini variant that maintains strong performance for everyday tasks at reduced cost and latency

Grok 1.5 Vision

Released on April 12, 2024

+What's new
2 updates
  • Understand images, diagrams, charts, and physical documents by describing or asking questions about any visual content in your conversation
  • Bridge the digital and physical worlds — analyze screenshots, handwritten notes, infographics, and real-world photos for research, study, and work tasks

Grok 1.5

Released on March 28, 2024

+What's new
2 updates
  • Analyze books, codebases, and lengthy research papers within a single conversation using a 128,000-token context window — 16x larger than Grok 1
  • Solve harder coding and math challenges with significantly improved reasoning: MATH benchmark jumped from 23.9% to 50.6%, GSM8K from 62.9% to 90%

Grok 1 Open Source

Released on March 17, 2024

+What's new
2 updates
  • Download and experiment with Grok's full 314-billion parameter Mixture-of-Experts base model checkpoint under the Apache 2.0 license — this is a raw pretrained base model, not fine-tuned for dialogue or chat use
  • Fine-tune or deploy the base weights on your own infrastructure for domain-specific applications — researchers and developers can adapt Grok-1 without restrictions as a foundation for custom models

Grok 1

Released on November 3, 2023

+What's new
2 updates
  • Chat with an AI that answers almost anything, built on a 314-billion parameter Mixture-of-Experts model trained by xAI and integrated with real-time X platform data
  • Get up-to-date answers on breaking news, trending topics, and live events through direct access to X's real-time data feed — xAI's core differentiator positioning Grok as an always-current AI assistant

Top alternatives

Related categories

From the blog

View all →

Track Grok in ToolWorthy Weekly

Important tool updates, better alternatives, and selected AI signals in one weekly brief.

Weekly only. Unsubscribe anytime.