/v1/models, /v1/chat/completions), with a Bearer API key from your account or POST /tokens.
Base URL: https://inference.dahl.global/v1
Quickstart
Get an API key and send your first chat completion in under five minutes.
Try chat
Test models in the browser before wiring them into your app.
Create account
Username + fingerprint — first API key issued immediately.
Models
See which model IDs are available and which one to use by default.
How it works
- Get a key — create an account (recommended) or call
POST https://inference.dahl.global/tokens. - List models —
GET /v1/models(no API key required). - Call the API —
POST /v1/chat/completionswithAuthorization: Bearerand your key.
MiniMaxAI/MiniMax-M2.7). Other models are listed on the network; always pick IDs from GET /v1/models rather than hardcoding stale values.
See Authentication for accounts, fingerprints, key claim/revoke, and balances.