Skip to main content
The Mako API is OpenAI-compatible. If you’ve used the OpenAI SDK, you already know how to use this.

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

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:
The gateway handles the entire tool chain server-side — knowledge search, web lookup, synthesis — and returns a single final answer.

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
Check your balance at GET /credits/balance.