Back to approved models
xAIactiverelay/request.mjsready to route CONTEXT200K contextprompt window MAX OUTPUTN/Aper response INPUT$0.20 / Mtoken price OUTPUT$0.50 / Mtoken price
Approved model profile_
Grok 4.1 Fast Reasoning
[Grok 4.1 Fast is xAI's best agentic tool calling model that shines in real-world use cases like customer support and deep research. 2M context window. Reasoning can be enabled/disabled using the `reasoning` `enabled` parameter in the API. Learn more in our docs]
grok-4-1-fast-reasoningconst completion = await client.chat.completions.create({
model: "grok-4-1-fast-reasoning",
messages: [
{ role: "user",
content: "Plan a multi-step task" }
]
});Route configuration_
Use the model through the contract you already have.
PipeLLM resolves provider access, policy, and supported model capabilities without changing the interface your application calls.
https://api.pipellm.ai/openaiOpenAI-compatible routegrok-4-1-fast-reasoningUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| X.AI | 200K context | N/A | $0.20 / M | $0.50 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
