grok-4.3xAI
- endpoints
- 1
- regions
- 1
- api
- chat
- released
- April 2026
capabilities 6/8
| # | flags | ||||||
|---|---|---|---|---|---|---|---|
| 1 | Global | 1M | $1.25 | $2.50 | $0.20 | zdr |
no measured traffic for this model yet. the endpoints table above carries provider pricing
| eval | Score as a share of 100 | /100 |
|---|---|---|
| τ²-Bench | 97.7 | |
| GPQA Diamond | 90.1 | |
| SciCode | 48.3 | |
| Coding Index | 42.2 | |
| Terminal-Bench Hard | 37.9 | |
| Humanity's Last Exam | 37.2 | |
| Intelligence Index | 25.4 | |
| 7 evals | mean | 54.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-04-30.
grok-4.3requesty routes this id across every provider serving grok-4.3, 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.3", 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.3 is a reasoning model from xAI. It accepts text and image inputs with text output, and is suited for agentic workflows, instruction-following tasks, and applications requiring high factual accuracy. Reasoning is always active and cannot be disabled or configured by effort level. It supports a 1 million token context window with no output token limit, making it well-suited for long-document analysis, deep research, and multi-step agentic tasks. Pricing is tiered: requests exceeding 200k total tokens are billed at a higher rate.
questions 6
Which providers serve grok-4.3?
How much does grok-4.3 cost?
Is grok-4.3 open weights?
What is the context window of grok-4.3?
How do I use grok-4.3 with the OpenAI SDK?
Should I call grok-4.3 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-4.5 | 500K | $2.00 | 1 |
| grok-build-0.1 | 256K | $1.00 | 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.3 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
