grok-4.3xAI Corp.
- api
- chat
- hosting
- US
- model lab
- xAI
- weights
- closed
- added
- April 2026
- model id
- xai/grok-4.3
capabilities 6/8
- input
- $1.25
- output
- $2.50
- cache write
- $1.25
- cache read
- $0.20
worked cost
| volume | cost |
|---|---|
| 100K in + 10K out | $0.15 |
| 1M in + 100K out | $1.50 |
| 10M in + 1M out | $15.00 |
Requesty charges what the upstream provider charges, with no markup and no per-request fee. Prompt caching and smart routing cut the effective cost further on repeated context. Gateway pricing
no measured traffic for this endpoint yet. pricing above is the provider's own
| 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.
- retention
- none
- trains on prompts
- no
- hosted in
- US
Terms are the provider's, not Requesty's: routing a request here puts it under them. xAI Privacy Policy
Need every request to stay in one jurisdiction? EU hosting routes only through EU-hosted providers.
xai/grok-4.3this id pins the xai corp. deployment, with no routing and no failover. the managed id on the canonical page routes across all 1 providers instead
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="xai/grok-4.3", messages=[ {"role": "user", "content": "Explain quantum computing in one paragraph."}, ],) print(response.choices[0].message.content)
Change the base url to https://router.requesty.ai/v1, use your Requesty key, set the model to the id above. Existing OpenAI SDK code needs no other edit, and the same key reaches every other model in the catalog. 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
How much does grok-4.3 cost?
What is the context window of grok-4.3?
How does grok-4.3 perform on benchmarks?
What can grok-4.3 do?
How do I use grok-4.3 with the OpenAI SDK?
Can I run grok-4.3 through Requesty?
more from xai corp. 8
| endpoint | ctx | in /M |
|---|---|---|
| grok-4.6 | 500K | $2.00 |
| grok-4.5 | 500K | $2.00 |
| grok-build-0.1 | 256K | $1.00 |
| grok-4.2-beta | 2M | $2.00 |
| grok-4-1-fast-reasoning | 2M | $0.20 |
| grok-4-1-fast-non-reasoning | 2M | $0.20 |
| grok-4-fast | 2M | $0.20 |
| grok-4-fast-non-reasoning | 2M | $0.20 |
call grok-4.3 through one endpoint
One key for this endpoint and 600+ other models. No markup on provider prices, automatic failover when a provider degrades, and prompt caching built in. Methodology
