Final Router

xAI · model

Grok 4.3

Huge context, Cheap, Reasoning. Called through Final Router's one OpenAI-compatible endpoint at xAI's list price, with no markup on tokens.

Model id: xai/grok-4.3
Input price$1.25per 1M tokens
Output price$2.5per 1M tokens
Context window1Mtokens
Typical speed2.8smedian
Quality score91/100composite
ProviderxAIprocessed in US
Cached input$0.31per 1M, cache read
Cache writeIncludedautomatic, no write fee

Note: Prompts over 200k tokens cost $2.50 in and $5.00 out, per 1M.

Verified 2026-08-30xAI's own list price, with no markup on tokens - a 5.5% fee applies only when you add credits.

Call Grok 4.3 in one line

Grok 4.3 speaks through the same OpenAI-compatible endpoint as every other model. Point your existing client at Final Router, set the model id, and you also get automatic fallback, spend caps and usage tracking - none of which the provider gives you directly.

Call Grok 4.3
from openai import OpenAI

client = OpenAI(
    api_key="fr_live_...",                     # your Final Router key
    base_url="https://finalrouter.com/api/v1"  # the only line you change
)

resp = client.chat.completions.create(
    model="xai/grok-4.3",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)

Data & residency

xAI is a United States company and api.x.ai is a single global endpoint with no regional variant to choose. Their published documentation does not name a storage region for API traffic, so this is recorded from where the company and its infrastructure sit rather than from a residency commitment they have made.

Training: not used to train the model. Retention: Requests and responses are kept encrypted for 30 days for auditing and then deleted, and are not used for training; a zero-retention mode exists on their side, set per team on their console rather than per request.

xAI's policy, read 2026-08-30 →

Route it, don't pin it

Name Grok 4.3 as your first choice and let a policy fall back to another model when the provider is down - your request still gets answered, and the log shows exactly what happened.

Start free

Grok 4.3 FAQ

How much does Grok 4.3 cost through Final Router?
$1.25 per million input tokens and $2.5 per million output tokens - the provider's own list price, with no markup on tokens. A 5.5% fee applies only when you add credits.
What is Grok 4.3's context window?
1,000,000 tokens.
Does Grok 4.3 train on my data?
No. On the endpoint Final Router calls, xAI does not train on your prompts. Data is processed in US.
How do I call Grok 4.3?
Point any OpenAI-compatible client at https://finalrouter.com/api/v1 with your Final Router key and set model to "xai/grok-4.3". Your existing code does not change.

Compare with

All comparisons

grok-4-3Latency and quality are seed figures used for routing order, not billing. Prices are what you are charged.