0+ models from 0 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.

Get started Browse models
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.6",
  messages: [{ role: "user", content: "Hello!" }],
});
0+
Models available
0
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 0 models
Model
Context
Input / 1M
Output / 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.
Codex CLI & Cursor ready
Works with Codex CLI, Cursor, Aider, and any OpenAI-compatible tool out of the box — including the /v1/responses endpoint most gateways skip.

Start building today

Access every model through a single API endpoint. Pay only for what you use.

Create account