Back to approved models
OpenAIactiverelay/request.mjsready to route CONTEXT256K contextprompt window MAX OUTPUT256Kper response INPUT$0.88 / Mtoken price OUTPUT$4.4 / Mtoken price
Approved model profile_
Doubao Seed 2 1 Pro 260628
Doubao Seed 2 1 Pro 260628 is available through the PipeLLM Model Router.
doubao-seed-2-1-pro-260628const completion = await client.chat.completions.create({
model: "doubao-seed-2-1-pro-260628",
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./geminidoubao-seed-2-1-pro-260628Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| Volcano Engine | 256K context | 256K | — | $0.88 / M | $4.4 / M |
SUPPORTED SURFACESactive
input: textoutput: text
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
