Introduction
A credit-based, OpenAI-compatible LLM gateway. Top up in seconds — no accounts, no KYC.
Token Kiosk is a credit-based LLM inference gateway. It sits between your app and LLM providers, giving you a single OpenAI-compatible API to access multiple model providers.
Driving this with an AI agent?
Jump to For AI Agents — the gateway is OpenAI-compatible, so it's a one-line base-URL change. Machine-readable contracts: /openapi.yaml, /llms.txt, /llms-full.txt.
How it works
The 3-step flow
| Step | What | How |
|---|---|---|
| 1. Top up | Fund your balance | Top up in seconds — no accounts, no KYC |
| 2. Get API key | Prove ownership | Sign a message, receive sk-... key |
| 3. Call the API | Use any model | Standard OpenAI SDK with Bearer sk-... |
Why use this?
- No vendor lock-in — switch models by changing a string (
gemini/gemini-2.5-flash→kimi/kimi-k2.5) - No accounts — you connect and go, no signup form
- No KYC — top up and get credit instantly
- OpenAI-compatible — use the
openaiSDK, the Vercel AI SDK, or rawfetch - Transparent pricing — billed at downstream provider cost, all queryable via
/v1/usage