Back to approved models

Approved model profile_

DeepSeekactive

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-pro
relay/request.mjsready to route
const completion = await client.chat.completions.create({
  model: "deepseek-v4-pro",
  messages: [
    { role: "user",
      content: "Plan a multi-step task" }
  ]
});
policy checked provider selected
CONTEXT1M contextprompt window
MAX OUTPUT16.4Kper response
INPUT$1.3 / Mtoken price
OUTPUT$2.6 / 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.ai/openaiOpenAI-compatible route
MODEL IDdeepseek-v4-proUse this in every request
GOVERNANCEPolicy controlledApprovals and tool rules apply
PROVIDER AVAILABILITY1 route
ProviderContextMax outputInput / MOutput / M
DeepInfra1M context16.4K$1.3 / M$2.6 / M
Displayed pricing is per one million tokens and may vary by provider.
SUPPORTED SURFACESactive
input: textoutput: texttool use

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