
Quickstart
Make your first API call in 30 seconds.
Base Intelligence
Curated knowledge of the Base ecosystem.
Use Cases
Token research, wallet intel, due diligence, and more.
API Reference
Interactive playground to test every endpoint.
Autonomous tool orchestration
Mako resolves compound queries by chaining tools in sequence. The gateway handles all tool execution server-side — up to 8 rounds per request — and returns a single final response.knowledge_search("virtuals")→ Virtuals Protocol context and contract detailsweb_search("virtuals protocol base launches")→ recent launch activity- Synthesis → grounded answer combining curated knowledge and live data
Tool suite
16 read-only tools across four categories:On-Chain (9)
ETH balances, ERC-20 balances and metadata, gas prices, block data, transaction counts, contract detection, ENS resolution, transaction details
Web & Social (4)
Web search with multi-provider fallback, full page extraction, tweet reading, music search
Market Data (1)
Live crypto prices via CoinGecko
Knowledge & Utility (2)
RAG over 15+ Base ecosystem projects, tool discovery
Model naming
Use aliases in your requests. Canonical IDs are returned in responses.
Both aliases and canonical IDs are accepted in the
model field. If model is omitted, the gateway defaults to conductor.
OpenAI-compatible API
The API follows the OpenAI Chat Completions specification. Any client or SDK that supports OpenAI works with Mako by changing the base URL.- Python
- JavaScript
- cURL
Open weights
Mako’s model weights are available on Hugging Face under permissive licenses:- Mako-32B Conductor — 32 billion parameters. Primary production model, optimized for tool orchestration and multi-step reasoning.
- Mako-8B Operator — 8 billion parameters. Compact variant for streaming and low-latency deployment.