Back to approved models
DeepSeekactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT16.4Kper response INPUT$1.3 / Mtoken price OUTPUT$2.6 / Mtoken price
Approved model profile_
DeepSeek V4 Pro
DeepSeek V4 Pro is a large-scale Mixture-of-Experts model aimed at advanced reasoning, coding, long-context analysis, and long-horizon agent workflows. It is suited for full-codebase analysis, multi-step automation, and large-scale information synthesis where capability and efficiency both matter.
deepseek-v4-proconst completion = await client.chat.completions.create({
model: "deepseek-v4-pro",
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 routedeepseek-v4-proUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| DeepInfra | 1M context | 16.4K | $1.3 / M | $2.6 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
