Grok 4.5 API access and pricing

A next-generation xAI Grok model with a real-time style and strong long-form capability.

xAI Grok256K contextLowest group: SuperGrokVision supported

Pricing details

The table shows the lowest group-discounted price in USD per 1 million tokens. It uses the lowest multiplier among this model’s enabled groups: SuperGrok at 0.1×. If your account belongs to a different group, your charge will differ. Always use the current price shown in the console as the billing authority.

Scroll horizontally to view the full table.

ItemPrice (lowest group)Description
Input (prompt)$0.2 / 1M tokens and upIncludes the SuperGrok group multiplier
Output (completion)$0.6 / 1M tokens and upIncludes the SuperGrok group multiplier
Billing groupSuperGrok0.1×, the lowest multiplier available for this model
Context window256,000 tokensCommon published specification; the model’s actual upstream limit applies.
Model IDgrok-4.5
Create an accountView setup guides

API example

Call Grok 4.5 with the OpenAI-compatible API format:

curl https://qionggeme.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $YOUR_API_KEY" \
  -d '{
    "model": "grok-4.5",
    "messages": [
      {"role": "user", "content": "Hello"}
    ]
  }'

Frequently asked questions

How much does the Grok 4.5 API cost?

Grok 4.5 (grok-4.5) is displayed at the lowest enabled group rate: about $0.2 per 1 million input tokens and $0.6 per 1 million output tokens through group SuperGrok at 0.1×. Your actual charge depends on your account’s current group; check the console for the billing price.

What context window does Grok 4.5 support?

Grok 4.5 commonly supports a context window of about 256,000 tokens. The actual upstream model limit applies.

How do I connect to the Grok 4.5 API?

Create an API key in qionggeme, set the API Base to https://qionggeme.com—usually https://qionggeme.com/v1 in OpenAI-compatible clients—and use model ID grok-4.5. Do not use the content-site URL https://qionggeme.com/docs.