grok-4.5xAI
- endpoints
- 1
- regions
- 1
- best tok/s
- 68
- api
- chat
- released
- July 2026
capabilities 6/8
| # | flags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 1 | Global | 500K | $2.00 | $6.00 | $0.50 | 1.51s | 68.0 | zdr |
| provider | now | low | high | change |
|---|---|---|---|---|
| xAI Corp. | 1.51s | 992ms | 1.68s | -39% |
median wait before the first token lands. this is the number a user feels, and it moves with provider load through the day.
Lines are steps: each sample is one week of traffic held flat, not a slide from the week before. Click a name in the key to drop it from the plot. Measured through Sep 12.
| eval | Score as a share of 100 | /100 |
|---|---|---|
| GPQA Diamond | 93.1 | |
| Coding Index | 72.4 | |
| SciCode | 55.0 | |
| Humanity's Last Exam | 42.7 | |
| Intelligence Index | 39.1 | |
| 5 evals | mean | 60.5 |
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-07-08.
grok-4.5requesty routes this id across every provider serving grok-4.5, 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.5", 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.5 is xAI's frontier multimodal model for advanced coding, knowledge work, STEM reasoning, and agentic workflows. It supports text and image inputs with text output, tool calling, structured outputs, web search, and extended reasoning. Pricing is tiered: requests exceeding 200k total tokens are billed at a higher rate.
questions 6
Which providers serve grok-4.5?
How much does grok-4.5 cost?
Is grok-4.5 open weights?
What is the context window of grok-4.5?
How do I use grok-4.5 with the OpenAI SDK?
Should I call grok-4.5 by its managed id or a provider id?
more from xai 6
| model | context | from /M | providers |
|---|---|---|---|
| grok-4.6 | 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.5 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
