Leading models
Curated access to mainstream high-quality models across text, image, video, audio, embeddings, and rerank tasks.
Use one OpenAI-compatible API to access mainstream AI models, with model selection, test calls, usage tracking, and prepaid billing in one place.
Request
client.chat.completions.create({
model: "deepseek-v4-pro",
messages: [
{ role: "user",
content: "Hello WLRouter" }
]
})426ms
Latency
99.6%
Success
$0.0021
Cost
Routed to
deepseek-v4-pro
DeepSeek
qwen3.7-max
Alibaba
gpt-5.5
OpenAI
Claude Opus 4.6
Anthropic
Official upstreams, clear pricing, and necessary logs help teams access mainstream AI models more reliably.
Curated access to mainstream high-quality models across text, image, video, audio, embeddings, and rerank tasks.
Route through official providers or cloud vendors, avoiding shared accounts, model swaps, and uncertain routing.
Model prices are shown at official rates. WLRouter charges only a clear service fee with no hidden markup.
WLRouter does not retain prompts, responses, or complete request payloads, only necessary logs and usage metadata.
Call with existing SDK
gpt-5.5
import OpenAI from "openai"
const client = new OpenAI({
baseURL: "https://api.wlrouter.com/v1",
apiKey: process.env.WLROUTER_API_KEY,
})
const res = await client.chat.completions.create({
model: "gpt-5.5",
messages: [{ role: "user", content: "Hello WLRouter" }],
})Input
$5 / 1M
Output
$30 / 1M
Cache read
$0.50 / 1M
Create API Key
Generate a server-side workspace key in Console.
Copy model ID
Use a connected model ID from the Models table.
Replace base URL
Point the OpenAI SDK to https://api.wlrouter.com/v1.
Usage source
Token and cost records use authoritative gateway usage. Keep request IDs for Console logs and support.
Trial and prepaid billing
New accounts include a free trial. Minimum top-up is 10 USD. The 6% service fee is shown before payment, with a $0.80 minimum.