xAI / xai/grok-4.20-0309-reasoning

Grok 4.20 Reasoning 0309 - access through LLMTR

Useful when you want more deliberate output on harder analysis, comparison, and multi-step problem solving. It prioritizes reasoning depth over minimum latency.

Technical specifications

Canonical IDxai/grok-4.20-0309-reasoning
ProviderxAI
Context window2,000,000 tokens
OperationsRESPONSES
Modalitiestext

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
RESPONSESINPUT_TEXTPER_1M_TOKENS$1.25
RESPONSESOUTPUT_TEXTPER_1M_TOKENS$2.50

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"xai/grok-4.20-0309-reasoning","messages":[{"role":"user","content":"Hello"}]}'

Related models