Grok 4.5

grok/grok-4.5
NewFeatured
VisionToolsJSONReasoning
by xAI · 2026-07-08

Grok 4.5 is xAI's flagship model — its smartest to date, with frontier performance across coding, knowledge work, and STEM. Built on the 1.5-trillion-parameter V9 foundation and trained alongside the Cursor coding editor, it serves a 500K-token context window and accepts text, image, and file inputs with text output. It emphasizes strong agentic coding with notable token efficiency — resolving software-engineering tasks in far fewer output tokens than comparable frontier models — and is priced aggressively for high-volume production use.

ctx500K tokens
Inputtext + image + file
Outputtext
p50 TTFT9.67 s
INPUT$2.00/ 1M tokens
OUTPUT$6.00/ 1M tokens
p50 TTFT9.67 s7d
p95 TTFT10.00 s7d
TRAFFIC22.8Mtokens / 7d

Grok 4.5 is a multimodal large language model created by xAI. It is designed to handle very long inputs, with a context window of 500,000 tokens. This means it can process around 400,000 words of…

What is xAI Grok 4.5?

Who should use Grok 4.5?

How is Grok 4.5 accessed through OrcaRouter?

What makes Grok 4.5 different from other xAI models?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

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

Supported parameters

  • frequency_penalty
  • include_reasoning
  • logprobs
  • max_tokens
  • presence_penalty
  • reasoning
  • response_format
  • seed
  • stop
  • structured_outputs
  • temperature
  • tool_choice
  • tools
  • top_logprobs
  • top_p

Pricing

Input / 1M tokens$2.00
Output / 1M tokens$6.00
Cache read / 1M$0.500
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $32.00 · With prompt caching $26.75

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.003040

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
9.67 s
Output speed
108 tok/s
p95 TTFT
10.00 s
Error rate
2.4%

Public benchmarks

Source: Design Arena

How it compares

Grok 4.5grok/grok-4.3
Input $/M$2.00$1.25
Output $/M$6.00$2.50
Context500K1.0M
Quality9/1010/10
Compare side-by-sideCompare side-by-side

FAQ

What is the cost per token for Grok 4.5 on OrcaRouter?
Input tokens cost $2.00 per 1 million tokens, output tokens cost $6.00 per 1 million tokens. There is no markup added by OrcaRouter.
How large is the context window for Grok 4.5?
The context window is 500,000 tokens, which is the total of input and output combined.
What are the main strengths of Grok 4.5?
Large context window (500k tokens), multimodal input (text, images, files), and competitive pricing compared to other large models.
How does Grok 4.5 compare to GPT-4o?
Grok 4.5 has a larger context window (500k vs 128k) and lower per-token pricing ($2/$6 vs $2.50/$10). Both support multimodal input.
Does OrcaRouter store my data when I call Grok 4.5?
OrcaRouter's data handling policy should be reviewed separately. Typically, API gateways do not store prompt data unless specified. Check OrcaRouter's privacy policy for details.
How do I call Grok 4.5 via the OpenAI-compatible API?
Set base_url to https://api.orcarouter.ai/v1, model to "grok/grok-4.5", and use your OrcaRouter API key. The request format matches OpenAI's chat completions.
Is Grok 4.5 good for long document analysis?
Yes, its 500k token context allows it to process entire documents (e.g., research papers, legal contracts) without splitting.
What are the limitations of Grok 4.5?
Higher per-token cost than smaller models, likely higher latency, and no publicly available benchmark scores for direct comparison.

Embed this badge

xAI: Grok 4.5$2.00/M in9669ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/grok/grok-4.5" target="_blank"> <img src="https://www.orcarouter.ai/embed/grok/grok-4.5.svg" alt="xAI: Grok 4.5 on OrcaRouter" /> </a>
Markdown [![xAI: Grok 4.5](https://www.orcarouter.ai/embed/grok/grok-4.5.svg)](https://www.orcarouter.ai/models/grok/grok-4.5)

Model card as data

GET /api/public/models/grok/grok-4.5Open
Machine-readable:/llms.txt/llms-full.txt