Back to approved models
OpenAIactiverelay/request.mjsready to route CONTEXT1M contextprompt window MAX OUTPUT128Kper response INPUT$5.0 / Mtoken price OUTPUT$30.0 / Mtoken price
Approved model profile_
GPT 5.6 Sol
GPT-5.6 Sol is the flagship model in OpenAI's GPT-5.6 series. It is suited for complex reasoning, coding, and agentic workflows, and is particularly strong at command-line and multi-step coding tasks and long-horizon problem solving.
gpt-5.6-solconst completion = await client.chat.completions.create({
model: "gpt-5.6-sol",
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./geminigpt-5.6-solUse this in every requestPROVIDER AVAILABILITY1 route
| Provider | Context | Max output | Discount | Input / M | Output / M |
|---|---|---|---|---|---|
| OpenAI | 1M context | 128K | — | $5.0 / M | $30.0 / M |
SUPPORTED SURFACESactive
input: textoutput: texttool usecache controlcomputer use
Relay governs model access with the same routing policy that Lens keeps visible and auditable.
