QuickstartAPI key and first chat completion in a few minutes.AuthenticationFingerprint, session cookie, and Bearer API keys.Tokens & keysToken pool, allocation, and top-ups.ModelsLive IDs, context, tools, vision.
How it works
- Get a key — create an account.
- Allocate tokens to the key — account keys start empty; allocate tokens from the pool.
- List models —
GET /v1/models(no key). - Call the API —
POST /v1/chat/completionswithAuthorization: Bearer.
The default model in examples is MiniMax M2.7 (MiniMaxAI/MiniMax-M2.7). Always pick IDs from GET /v1/models — they change as models are added or rotated.
Also on the site
- Try chat — same API in the browser
- Model status — catalog, context, live uptime
- Account — keys, pool, usage, top up