Grok-3: API Pricing, Context Window & Benchmarks
Grok-3 is a language model from xAI, released in February 2025, with multimodal input, a 128K-token context window, and pricing from $3.00/M input and $15.00/M output.
Grok 3, launched by xAI on February 17, 2025, is an advanced AI model with significantly enhanced capabilities compared to Grok 2, boasting an order of magnitude increase in performance. Trained on a vast dataset that includes legal
Grok-3 benchmarks
Capability tiers
Standing within each category, adjusted for leaderboard depth.
Real tasks performance
How Grok-3 performs across real-world prompt categories.
Performance by conversation depth
How Grok-3 holds up as conversations get longer.
Quality Tracker
Grok-3 Performance Across Datasets
Scores sourced from the model's scorecard, paper, or official blog posts
Grok-3 pricing
Providers
Grok-3 starts at $3.00 per million input tokens and $15.00 per million output tokens via xAI.
| Provider | Input $/M | Cached input $/M | Output $/M | Context in / out | TTFT p95 s | Output p5 c/s | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $3.00 | — | $15.00 | 128.0K/8.0K | 0.70 | — | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.
Grok-3 context window
Input and output token limits for Grok-3, plus how it ranks on long-context understanding.
Grok-3 API
Run a request to see the response
Use it in your code
Billed at $3.00 input / $15.00 output per 1M tokens through the LLM Stats gateway.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://gateway.llm-stats.com/v1"
)
response = client.chat.completions.create(
model="grok-3",
messages=[
{"role": "user", "content": "What is machine learning?"}
]
)
print(response.choices[0].message.content)Need an API key? Create one above in the playground, or read the API documentation.
Grok-3 latency
Grok-3 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Grok-3 examples
Recent arena outputs from Grok-3, picked from the highest-ranked matchups.
Grok-3 license
Grok-3 is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of November 2024.
- License
- Proprietary
- Hosted access
- Knowledge cutoff
- November 2024
Proprietary license - usage restrictions apply
Grok-3 resources
Official sources for Grok-3: api documentation.
Grok-3 vs other models
The most-compared alternatives to Grok-3 are Grok-3 Mini, LongCat-Flash-Thinking, Grok-4 Heavy. Open any pair side-by-side for benchmarks, pricing, context, and latency.
Models like Grok-3
Models ranked just above and below Grok-3 by LLM Stats score.
FAQ
Common questions about Grok-3.