Back to Models

Grok 4.1 Fast

xaixai/grok-4-1-fast-non-reasoning

xAI's fastest model with 2M token context window. Optimized for speed without reasoning overhead, supporting text and image inputs with function calling and structured outputs.

Grok 4.1 Fast is TheRouter's compatibility page for xai/grok-4-1-fast-non-reasoning, a fast xAI chat route with text+image input, tool calling, structured outputs, and a 2-million-token context window in TheRouter's catalog. The crucial disclosure is lifecycle status: xAI's May 15, 2026 migration guide lists the upstream grok-4-1-fast-non-reasoning slug as retired and redirected to grok-4.3.

Treat this route as a legacy compatibility surface, not a fresh recommendation for new deployments. Existing applications pinned to the TheRouter model id can use the page to compare route shape, pricing, latency expectations, and migration risk before moving to xai/grok-4.3 or a pinned 2M-context alternative such as xai/grok-4.20-non-reasoning.

The non-reasoning label matters operationally. Unlike xai/grok-4-1-fast-reasoning, this row does not expose TheRouter's reasoning parameter and is best understood as the speed-oriented sibling for extraction, classification, and tool-dispatch steps where the orchestrator handles deeper reasoning elsewhere.

Best for
  • β€’ Existing TheRouter integrations already pinned to xai/grok-4-1-fast-non-reasoning that need a stable model id while validating successor behavior
  • β€’ Low-latency chat, extraction, classification, and formatting calls where explicit reasoning is unnecessary and a 2M context budget is useful
  • β€’ Tool-calling loops where a separate planner or rules engine makes the decision and this model handles fast dispatch or response drafting
Reach for something else if
  • β€’ New xAI deployments that should follow the current upstream generation β€” compare xai/grok-4.3 before choosing a retired 4.1 fast slug
  • β€’ Tasks that need explicit reasoning controls, deep multi-step analysis, or benchmark-backed reasoning claims β€” use a reasoning route instead
  • β€’ Audio, embeddings, image generation, or video generation; this is a chat-completions text/vision route only

How TheRouter serves this differently from the vendor

As the vendor operates it

xAI retired the upstream grok-4-1-fast-non-reasoning slug on May 15, 2026 and redirects it to grok-4.3; the vendor does not present it as a current standalone model with a separate model card.

On TheRouter

TheRouter still exposes xai/grok-4-1-fast-non-reasoning as a listed compatibility model id with TheRouter catalog pricing, 2M context, text+image input, tools, and structured outputs. Customers should validate behavior before treating it as equivalent to the successor.

Context Length
2M
Max Output
66K
Input Priceper 1M tokens
$0.324/ 1M tokens
Output Priceper 1M tokens
$0.810/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$0.324 / 1M tokens
Output$0.810 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Specifications

TheRouter model IDxai/grok-4-1-fast-non-reasoningverified
Upstream slug statusRetired by xAI on May 15, 2026 and redirected to grok-4.3docs.x.ai β†—verified
Context window2,000,000 tokens on TheRouterverified
Input modalitiesText, imageverified
Output modalitiesTextverified
Reasoning parameterNot exposed on this non-reasoning TheRouter model rowverified
Structured outputsSupported through response_format on TheRouterverified
TheRouter pricing$0.30 input / $0.75 output per 1M tokens on TheRouterverified
Training cutoffNot publicly disclosed for this retired slugunknown
LicenseProprietaryverified

Benchmarks

BenchmarkDistributionScoreSource
Exact retired slug benchmarks
xAI documents the slug retirement and redirect but does not publish standalone benchmark scores for Grok 4.1 Fast non-reasoning.
β€”Not publicly disclosedβ€”
Successor comparison guidance
The upstream redirect target is `grok-4.3`; current benchmark comparisons should be made against the successor page, not copied onto this retired alias.
β€”Not publicly disclosedβ€”
TheRouter route shape
Vendor docs confirm xAI capability concepts, while TheRouter's catalog supplies this active model row. No paid live verification was run in this scheduled pass.
β€”Not publicly disclosedβ€”

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "xai/grok-4-1-fast-non-reasoning",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

Fast chat

Use the OpenAI-compatible chat completions endpoint with the TheRouter model id. Keep this snippet for compatibility tests; prefer current xAI successors for new builds.

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "xai/grok-4-1-fast-non-reasoning",
    "messages": [
      {"role": "system", "content": "Be concise and flag uncertainty."},
      {"role": "user", "content": "Summarize the migration risks in this plan."}
    ]
  }'

More from xai

Similar models

Cross-provider sibling models

News & changes

2026-05-15

xAI retires Grok 4.1 fast slugs and redirects them to Grok 4.3

The May migration guide lists grok-4-1-fast-non-reasoning among retired API model names. For TheRouter users, that makes this page a compatibility and migration reference rather than a fresh-model launch page.

re-authored by TheRouterdocs.x.ai β†—

Frequently asked

Is xai/grok-4-1-fast-non-reasoning still a current xAI model?

Not as an upstream xAI slug. xAI's migration guide says the original grok-4-1-fast-non-reasoning name was retired and redirects to grok-4.3. TheRouter still lists its own compatibility model id, so validate behavior before assuming exact equivalence.

re-authored by TheRouterdocs.x.ai β†—
When should I choose the non-reasoning variant over the reasoning variant?

Choose it when latency and simple execution matter more than deep reasoning: extraction, classification, formatting, or tool dispatch controlled by a separate planner. For hard analysis or explicit reasoning controls, use xai/grok-4-1-fast-reasoning, xai/grok-4.20-reasoning, or the current successor xai/grok-4.3.

re-authored by TheRouter
Why are there no exact benchmark scores on this page?

Because the exact upstream slug is documented as retired and xAI does not publish a standalone benchmark table for it. Copying Grok 4.3 scores onto the retired alias would mislead readers, so this page records the evidence gap instead.

re-authored by TheRouterdocs.x.ai β†—
Fact ledger β€” every claim on this page traces here
sourceURLretrieved
TheRouter model IDβ€”β€”verified
Upstream slug statusdocs.x.ai β†—2026-08-11verified
Context windowβ€”β€”verified
Input modalitiesβ€”β€”verified
Output modalitiesβ€”β€”verified
Reasoning parameterβ€”β€”verified
Structured outputsβ€”β€”verified
TheRouter pricingβ€”β€”verified
Training cutoffβ€”β€”unknown
Licenseβ€”β€”verified
Exact retired slug benchmarksdocs.x.ai β†—2026-08-11unknown
Successor comparison guidancedocs.x.ai β†—2026-08-11unknown
TheRouter route shapedocs.x.ai β†—2026-08-11unknown
xAI retires Grok 4.1 fast slugs and redirects them to Grok 4.3docs.x.ai β†—2026-08-11verified
Is xai/grok-4-1-fast-non-reasoning still a current xAI model?docs.x.ai β†—2026-08-11to verify
Why are there no exact benchmark scores on this page?docs.x.ai β†—2026-08-11to verify
Help & contact