Create a Tokenok key
Register, open the console, and issue a customer API key for your application.
OpenAI-compatible API gateway
Tokenok gives developers one Base URL for model calls, customer API keys, pay-as-you-go credits, and usage records.
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
Register, open the console, and issue a customer API key for your application.
Point your OpenAI-compatible client to `https://api.tokenok.net/v1`.
Review request logs, credit balance, invoices, and billing history from the console.
Supported APIs
Chat completions, images, embeddings, and compatible model aliases through one endpoint.
Manage customer keys, balances, usage statements, invoices, and account access.
Use Tokenok credentials with SDKs and AI tools that support OpenAI-compatible base URLs.
Pricing
Start with self-service registration, add credits, and scale into Starter, Growth, or Enterprise terms when traffic grows.
FAQ
Yes. Change the Base URL, use a Tokenok key, and keep the familiar chat completions shape.
Usage is deducted from prepaid CREDITS. Payment, invoice, and statement records stay in the console.
Use the console to manage API keys, billing profiles, invoices, and usage history.