Access all leading AI models through a single unified API endpoint. Drop-in OpenAI SDK compatibility.
from openai import OpenAI client = OpenAI( api_key="sk-your-key", base_url="https://chaotoken.xyz/v1" ) resp = client.chat.completions.create( model="gpt-4o", messages=[{"role": "user", "content": "Hello"}] )
import OpenAI from 'openai'; const client = new OpenAI({ apiKey: 'sk-your-key', baseURL: 'https://chaotoken.xyz/v1', });
curl https://chaotoken.xyz/v1/chat/completions \ -H "Authorization: Bearer sk-your-key" \ -H "Content-Type: application/json" \ -d '{"model":"claude-sonnet-4","messages":[{"role":"user","content":"Hello"}]}'
Pre-paid credits that never expire. Pick the plan that fits your usage.