OpenAI-compatible API gateway

One API for every model.

Tokenok gives developers one Base URL for model calls, customer API keys, pay-as-you-go credits, and usage records.

Base URL https://api.tokenok.net/v1 Use it with OpenAI-compatible SDKs and Tokenok API keys.
client = OpenAI(
  base_url="https://api.tokenok.net/v1",
  api_key="sk-tokenok-***",
)

response = client.chat.completions.create(
  model="tokenok-fast",
  messages=[{"role": "user", "content": "Hello"}],
)

How it works

Switch routing without rebuilding your app.

01

Create a Tokenok key

Register, open the console, and issue a customer API key for your application.

02

Set one Base URL

Point your OpenAI-compatible client to `https://api.tokenok.net/v1`.

03

Track usage

Review request logs, credit balance, invoices, and billing history from the console.

Supported APIs

The API surface you need to ship.

AI Model APIs

Chat completions, images, embeddings, and compatible model aliases through one endpoint.

Management API

Manage customer keys, balances, usage statements, invoices, and account access.

Agent tools

Use Tokenok credentials with SDKs and AI tools that support OpenAI-compatible base URLs.

Pricing

Pay-as-you-go credits.

Start with self-service registration, add credits, and scale into Starter, Growth, or Enterprise terms when traffic grows.

View pricing

FAQ

The short version.

Can existing OpenAI clients migrate?

Yes. Change the Base URL, use a Tokenok key, and keep the familiar chat completions shape.

How does billing work?

Usage is deducted from prepaid CREDITS. Payment, invoice, and statement records stay in the console.

Where do I manage access?

Use the console to manage API keys, billing profiles, invoices, and usage history.