- Organizations
- xAI
- Grok-4.1 Fast Reasoning
Grok-4.1 Fast Reasoning: API Pricing, Context Window & Benchmarks
Grok-4.1 Fast Reasoning is a language model from xAI, released in November 2025, with multimodal input, a 2M-token context window, and pricing from $0.200/M input and $0.500/M output.
Bringing the next generation of tool-calling agents to the xAI API. Grok-4.1 Fast Reasoning is a high-speed variant optimized for faster inference while maintaining strong reasoning capabilities through thinking tokens.
Grok-4.1 Fast Reasoning pricing
Providers
Grok-4.1 Fast Reasoning starts at $0.200 per million input tokens and $0.500 per million output tokens via xAI.
| Provider | Input $/M | Cached input $/M | Output $/M | Context in / out | TTFT p95 s | Output p5 c/s | Modalities in / out |
|---|---|---|---|---|---|---|---|
| $0.200 | — | $0.500 | 2.0M/30.0K | — | — | / |
Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.
Grok-4.1 Fast Reasoning context window
Input and output token limits for Grok-4.1 Fast Reasoning, plus how it ranks on long-context understanding.
Grok-4.1 Fast Reasoning API
Run a request to see the response
Use it in your code
Billed at $0.20 input / $0.50 output per 1M tokens through the LLM Stats gateway.
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://gateway.llm-stats.com/v1"
)
response = client.chat.completions.create(
model="grok-4-1-fast-reasoning",
messages=[
{"role": "user", "content": "What is machine learning?"}
]
)
print(response.choices[0].message.content)Need an API key? Create one above in the playground, or read the API documentation.
Grok-4.1 Fast Reasoning latency
Grok-4.1 Fast Reasoning time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.
Grok-4.1 Fast Reasoning examples
Recent arena outputs from Grok-4.1 Fast Reasoning, picked from the highest-ranked matchups.
Grok-4.1 Fast Reasoning license
Grok-4.1 Fast Reasoning is a proprietary model available under its provider's product and API terms.
- License
- Proprietary
- Hosted access
Proprietary license - usage restrictions apply
Grok-4.1 Fast Reasoning resources
Official sources for Grok-4.1 Fast Reasoning: api documentation, official playground, official launch post.
FAQ
Common questions about Grok-4.1 Fast Reasoning.