Authentication
Every request needs two things in the headers:The gateway is currently running in free mode — no API key required. Just send your wallet address.
Your first request
- cURL
- Python
- JavaScript
Response format
Responses follow the standard OpenAI Chat Completions format:Model
The default model is the 32B Conductor — Mako’s primary model optimized for tool orchestration and complex reasoning.
Use the alias in your requests. The canonical ID is returned in responses. Both are accepted in the
model field.
See Models for full details.
Try a multi-tool query
This is where Mako gets interesting. It chains tools automatically:Credits
When credits are enabled, each request costs:- 1 credit per 1,000 input tokens
- 2 credits per 1,000 output tokens
- Minimum charge: 1 credit per request
GET /credits/balance.