Back to approved models

Approved model profile_

Xiaomiactive

MiMo V2.5

MiMo-V2.5 is a native omnimodal model by Xiaomi. It delivers Pro-level agentic performance at roughly half the inference cost, while surpassing MiMo-V2-Omni in multimodal perception across image and video understanding...

mimo-v2.5
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "mimo-v2.5",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT100M contextprompt window
MAX OUTPUT13Mper response
INPUT$0.14 / Mtoken price
OUTPUT$0.28 / Mtoken price

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.

ENDPOINThttps://api.pipellm.aiOne base URL for OpenAI, Anthropic, and Gemini.

FORMAT ROUTES

OPENAI/openai
ANTHROPIC/anthropic
GEMINI/gemini
Use a format route to normalize requests and responses.
MODEL IDmimo-v2.5Use this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputDiscountInput / MOutput / M
Mimo100M context13M$0.14 / M$0.28 / M
Displayed pricing is per one million tokens and may vary by provider.
SUPPORTED SURFACESactive
input: textoutput: texttool usecache control

Relay governs model access with the same routing policy that Lens keeps visible and auditable.