Grok

xAI: Grok 4.3

Chat
x-ai/grok-4.3
CompareGet Started

Grok 4.3 is a reasoning model from xAI, released on 2026-04-30. It accepts text and image inputs with text output and is suited to agentic workflows, instruction-following tasks, and applications that require high factual accuracy. Capabilities include reasoning, vision, tool use (function calling), and prompt caching, so multi-step tool loops can reuse a shared context cheaply. Context window: 1M tokens, output: 128K. Pricing is $1.25/M input tokens and $2.50/M output tokens, with cached input reads at $0.20/M. Available via OpenAI and Anthropic protocols through Ofox.

Context Window
1M
Max Output Tokens
128K
Released
2026-04-30
Capabilities
VisionFunction CallingReasoningPrompt Caching
Available Providers
AzureAzure
Supported Protocols
OpenAIopenaiAnthropicanthropic

Providers

AzureAzure
Input Tokens
$1.25/M
Output Tokens
$2.5/M
Cache Read
$0.2/M
Web Search
$0.035/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic

Code Examples

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/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)

Benchmarks

LMArenaEvaluated as grok-4.3

xAI: Grok 4.3 scores 1443 in the Overall category of the LMArena text leaderboard (style control), ranking #63 of 374 models based on 42,706 human preference votes (updated 2026-07-12).

Benchmark scores for grok-4.3 on LMArena
CategoryArena Score95% CIRankVotes
Overall144314381447#63 of 37442,706
Hard Prompts145814521463#74 of 37428,292
Coding148814811495#66 of 36912,055
Math141614031430#98 of 3622,127
Creative Writing142814191436#53 of 3727,218
Instruction Following141414071420#95 of 37414,510
Chinese148914751503#52 of 3442,069

Source: LMArena · CC BY 4.0 · Updated 2026-07-12 · Methodology · Ranks compare models within each category of the LMArena text leaderboard (style control). Scores come from third-party human preference evaluations, not from OFOX.

Frequently Asked Questions

xAI: Grok 4.3 on Ofox.ai costs $1.25/M per million input tokens and $2.5/M per million output tokens. Pay-as-you-go, no monthly fees.