Token Kiosk

Introduction

A credit-based, OpenAI-compatible LLM gateway. Pay with USDC/USDT via x402 — 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

StepWhatHow
1. Top upFund your balanceSend USDC or USDT via x402 — no accounts, no KYC
2. Get API keyProve wallet ownershipSign a SIWE message, receive sk-... key
3. Call the APIUse any modelStandard OpenAI SDK with Bearer sk-...

Why use this?

  • No vendor lock-in — switch models by changing a string (gemini/gemini-2.5-flashkimi/kimi-k2.5)
  • No accounts — your Ethereum wallet is your identity
  • No KYC — pay with USDC or USDT, get credit instantly
  • OpenAI-compatible — use the openai SDK, the Vercel AI SDK, or raw fetch
  • Transparent pricing — billed at downstream provider cost, all queryable via /v1/usage

What's next?

On this page