Back to approved modelsrelay/request.mjsready to route CONTEXT204.8K contextprompt window MAX OUTPUT196.6Kper response INPUT$0.30 / Mtoken price OUTPUT$1.2 / Mtoken price
Approved model profile_
MiniMaxactive
MiniMax M2.5
MiniMax M2.5 is a productivity-focused language model for coding, office document work, multi-step planning, and agentic workflows. It extends MiniMax’s coding strengths into broader real-world digital work such as document, spreadsheet, and presentation-oriented tasks.
minimax-m2.5const completion = await client.chat.completions.create({
model: "minimax-m2.5",
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 routeminimax-m2.5Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| MiniMax | 204.8K context | 196.6K | $0.30 / M | $1.2 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool usecache control
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
