AI Gateway

One gateway for leading global AI models

Use one OpenAI-compatible API to access mainstream AI models, with model selection, test calls, usage tracking, and prepaid billing in one place.

Get API Key/Pick a model/Start calling
POST /v1/chat/completions200 OK

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

    ✓ live
  • qwen3.7-max

    Alibaba

  • gpt-5.5

    OpenAI

  • Claude Opus 4.6

    Anthropic

Why teams choose WLRouter

Official upstreams, clear pricing, and necessary logs help teams access mainstream AI models more reliably.

Leading models

Curated access to mainstream high-quality models across text, image, video, audio, embeddings, and rerank tasks.

Stable access

Route through official providers or cloud vendors, avoiding shared accounts, model swaps, and uncertain routing.

Transparent pricing

Model prices are shown at official rates. WLRouter charges only a clear service fee with no hidden markup.

Data security

WLRouter does not retain prompts, responses, or complete request payloads, only necessary logs and usage metadata.

Call with existing SDK

gpt-5.5

View models
POST /v1 · OpenAI-compatible
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

Integration path

  1. 01

    Create API Key

    Generate a server-side workspace key in Console.

  2. 02

    Copy model ID

    Use a connected model ID from the Models table.

  3. 03

    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.

Create an API Key. Call leading AI models in minutes.