Back to approved models
Tencentactiverelay/request.mjsready to route CONTEXT256K contextprompt window MAX OUTPUT128Kper response INPUT$0.15 / Mtoken price OUTPUT$0.59 / Mtoken price
Approved model profile_
Hy3
Hy3 is Tencent's mixture-of-experts model for reasoning, software development, and agent workflows. It is designed to follow instructions across extended conversations and maintain the constraints needed for complex, multi-step work. Its text-based capabilities suit coding assistance, document...
hy3const completion = await client.chat.completions.create({
model: "hy3",
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./geminihy3Use this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| Tokenhub | 256K context | 128K | — | $0.15 / M | $0.59 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
