14+ models from 2 providers

One API. Every AI model.

Access GPT, Claude, Gemini, DeepSeek and more through a single OpenAI-compatible endpoint. Pay only for what you use.

Start for free Browse models

No credit card required · B2B invoices available · Cancel anytime

quickstart.ts
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: "al-xxxxxxxxxxxx",
  baseURL: "https://api.apilink.io/v1",
});

// Works with any model — just change the model name
const res = await client.chat.completions.create({
  model: "anthropic/claude-sonnet-4-5",
  messages: [{ role: "user", content: "Hello!" }],
});
14+
Models available
2
AI providers
OpenAI
Compatible API
Pay-as-you-go
No subscriptions

Popular models

Transparent, pay-as-you-go pricing. No markups hidden in subscriptions.

View all 14 models
Model
Context
Input / 1M
Output / 1M
DeepSeek: DeepSeek V4 Flash
DeepSeek
1M ctx
$0.14/1M
$0.28/1M
DeepSeek: DeepSeek V4 Pro
DeepSeek
1M ctx
$0.43/1M
$0.87/1M
Qwen: Qwen3 Max
Qwen
New
262K ctx
$1.00/1M
$4.01/1M
Qwen: Qwen3.5 Plus 2026-04-20
Qwen
New
1M ctx
$0.40/1M
$3.40/1M
Qwen: Qwen3.6 Plus
Qwen
New
1M ctx
$0.50/1M
$3.00/1M
View all models

Everything you need

OpenAI-compatible
Drop-in replacement. Change baseURL and apiKey — your existing code works immediately.
All major providers
OpenAI, Anthropic, Google, Meta, Mistral, DeepSeek and more. One key for all.
Pay as you go
No monthly fees. No subscriptions. You pay only for the tokens you use, at transparent per-model rates.
Reliable gateway
Automatic fallback routing, usage monitoring, and detailed logs in your dashboard.

Start building today

No credit card required. Access every model through a single API endpoint. Pay only for what you use.

Create free account