Introduction

OpenAI-compatible inference

How it works

  1. Get a keycreate an account.
  2. Allocate tokens to the key — account keys start empty; allocate tokens from the pool.
  3. List modelsGET /v1/models (no key).
  4. Call the APIPOST /v1/chat/completions with Authorization: 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