Back to approved models
DeepSeekactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT384Kper response INPUT$1.3 / M30% OFF · list $1.8 / M OUTPUT$2.5 / M30% OFF · list $3.6 / M
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.aiOne base URL for OpenAI, Anthropic, and Gemini.FORMAT ROUTES
OPENAI
/openaiANTHROPIC
/anthropicGEMINI
Use a format route to normalize requests and responses./geminideepseek-v4-proUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| Volcano Engine | 1M context | 384K | 30% OFF | $1.3 / M | $2.5 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
