/v1/models, /v1/chat/completions), with a Bearer token from the landing page 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.
Get API key
Copy a key from the landing page or create one with
POST /tokens.Models
See which model IDs are available and which one to use by default.
How it works
- Get a token —
POST https://inference.dahl.global/tokensor use inference.dahl.global/#api-key. - List models —
GET /v1/models(no API key required). - Call the API —
POST /v1/chat/completionswithAuthorization: Bearerand your token.
MiniMaxAI/MiniMax-M2.7). Other models are listed on the network; always pick IDs from GET /v1/models rather than hardcoding stale values.