xAI / xai/grok-4.5
Grok 4.5 - access through LLMTR
Grok 4.5 is xAI's newer high-end Grok model for coding, agentic tasks, and knowledge work. It supports a 500K context window, text and image input, function calling, structured outputs, prompt cache pricing, and low/medium/high reasoning effort. LLMTR treats high as the default reasoning level and blocks inputs above 200K tokens until high-context pricing is verified.
Technical specifications
| Canonical ID | xai/grok-4.5 |
|---|---|
| Provider | xAI |
| Context window | 500,000 tokens |
| Operations | RESPONSES |
| Modalities | text, image |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| RESPONSES | INPUT_TEXT | PER_1M_TOKENS | $2.00 |
| RESPONSES | CACHE_READ | PER_1M_TOKENS | $0.500000 |
| RESPONSES | OUTPUT_TEXT | PER_1M_TOKENS | $6.00 |
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.5","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Grok 4.3 xai/grok-4.3
- Grok 4.20 Multi-Agent xai/grok-4.20-multi-agent
- Grok 4.20 Reasoning 0309 xai/grok-4.20-0309-reasoning
- Grok 4.20 Non-Reasoning 0309 xai/grok-4.20-0309-non-reasoning
- Grok Imagine Image xai/grok-imagine-image
- Grok Imagine Image Quality xai/grok-imagine-image-quality
- Grok Imagine Video xai/grok-imagine-video
- Grok Voice TTS xai/grok-voice-tts