grok-4.6xAI
- endpoints
- 1
- regions
- 1
- api
- chat
- released
- August 2026
capabilities 6/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 500K | $2.00 | $6.00 | $0.50 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| GPQA Diamond | 94.9 | |
| Coding Index | 76.8 | |
| SciCode | 56.5 | |
| Intelligence Index | 44.4 | |
| Humanity's Last Exam | 42.9 | |
| 5 evals | mean | 63.1 |
Scores from Artificial Analysis and public leaderboards, normalised to 100. Bar colour is the band, not the rank: green 80 and up, blue 55 and up, amber 30 and up. Benchmarks measure narrow skills, so test on your own workload before committing. Released 2026-08-12.
grok-4.6requesty routes this id across every provider serving grok-4.6, picking on price and health and failing over automatically. the id stays valid when a provider changes underneath it
Base url is https://router.requesty.ai/v1 for every id here. One key reaches the whole catalog.
from openai import OpenAI client = OpenAI( api_key="YOUR_REQUESTY_API_KEY", base_url="https://router.requesty.ai/v1",) response = client.chat.completions.create( model="grok-4.6", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url, use your Requesty key, set the model to any id in the call pane. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog, so switching later is a one-parameter change. Browse all models
Grok 4.6 is xAI's smartest frontier model, with leading performance on coding, knowledge work, and STEM. It accepts text and image inputs with text output, and supports tool calling, structured outputs, web search, prompt caching, and extended reasoning. 500k token context window. Pricing is tiered: requests exceeding 200k total tokens are billed at a higher rate.
questions 6
Which providers serve grok-4.6?
How much does grok-4.6 cost?
Is grok-4.6 open weights?
What is the context window of grok-4.6?
How do I use grok-4.6 with the OpenAI SDK?
Should I call grok-4.6 by its managed id or a provider id?
more from xai 6
| model | context | from /M | providers |
|---|---|---|---|
| grok-4.5 | 500K | $2.00 | 1 |
| grok-build-0.1 | 256K | $1.00 | 1 |
| grok-4.3 | 1M | $1.25 | 1 |
| grok-4.2-beta | 2M | $2.00 | 1 |
| grok-4-1-fast-reasoning | 2M | $0.20 | 1 |
| grok-4-1-fast-non-reasoning | 2M | $0.20 | 1 |
route grok-4.6 through one endpoint
One key for 1 provider on this model and 600+ others. No markup on provider prices, automatic failover, caching built in. Weekly aggregates in the measured pane come from production traffic routed through Requesty, one line per provider on a shared axis. Methodology
