Back to approved models
DeepSeekactiverelay/request.mjsready to route CONTEXT128K contextprompt window MAX OUTPUT32Kper response INPUT$3.0 / Mtoken price OUTPUT$3.0 / Mtoken price
Approved model profile_
DeepSeek V3.2
DeepSeek V3.2 is a reasoning-oriented DeepSeek model designed for efficient long-context processing, coding, and agentic tool-use workloads. It uses sparse-attention style optimizations to improve throughput while preserving strong performance on multi-step reasoning and software tasks.
deepseek-v3.2const completion = await client.chat.completions.create({
model: "deepseek-v3.2",
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-v3.2Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Input / M | Output / M |
|---|---|---|---|---|
| Volcengine | 128K context | 32K | $3.0 / M | $3.0 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
