API

A single API to every AI model

One key — access to 100+ models for text, images, video and audio. OpenAI-compatible request format.

API capabilities

One key — all models

No need to register with each provider separately.

OpenAI compatibility

A familiar request format — easy migration.

Pay as you go

Pay only for the tokens and generations you use.

Automation

Embed AI into bots, services and internal tools.

Quick start

Your first request in three steps

1

Sign up and top up your balance

One shared balance for every model — no subscriptions, no minimum payments.

2

Create an API key

In your dashboard, under «Profile». Create as many keys as you need — one per project.

3

Send a request

POST to https://gptunnel.ru/v1/chat/completions with an Authorization header and the model name.

curl https://gptunnel.ru/v1/chat/completions \
  -H "Authorization: <YOUR_API_KEY>" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-4o",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Any OpenAI-compatible library works the same way — just point base_url at https://gptunnel.ru/v1 and pass your key.

FAQ

Yes. The request and response format is OpenAI-compatible: change the base URL to https://gptunnel.ru/v1 and the key — the rest of your code stays as it is.

Start building with the GPTunneL API

Get a key and connect AI models in minutes.