01
Buy tokens
Choose a straightforward one-time pack that fits your workload.
Access many AI models through one OpenAI-compatible API. Buy token packs once, create a Tok0n key, and start building.
1curl "$TOK0N_BASE_URL/v1/chat/completions" \2 -H "Authorization: Bearer $TOK0N_API_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "your-model",6 "messages": [{"role": "user", "content": "Hello"}]7 }'Choose a straightforward one-time pack that fits your workload.
Generate a Tok0n API key from your dashboard and store it securely.
Use a familiar OpenAI-compatible request shape in your application.