Back to approved modelsrelay/request.mjsready to route CONTEXT262.1K contextprompt window MAX OUTPUT65.5Kper response INPUT$4.0 / Mtoken price OUTPUT$21.0 / Mtoken price
Approved model profile_
Kimi AIactive
Kimi K2.5
Kimi K2.5 is Moonshot AI’s multimodal model for visual coding, general reasoning, and agentic tool-calling. It is built for coding-heavy workflows, UI generation, image-grounded tasks, and self-directed multi-step problem solving.
kimi-k2.5const completion = await client.chat.completions.create({
model: "kimi-k2.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 routekimi-k2.5Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| Kimi AI | 262.1K context | 65.5K | $4.0 / M | $21.0 / M |
SUPPORTED SURFACESactive
input: textinput: imageoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
