Downloads ยท 30 days
12
15% of all-time downloads
deepmako/Mako-8B-Operator
Mako-8B-Operator is a text generation model from deepmako. Use it when you need the model to write or continue text. The card lists the license as apache-2.0.
<div align="center" <img src="https://deepmako.com/makoshark.png" alt="Mako" width="120" / <br/ <strongAutonomous Inference on Base</strong <br/ <a href="https://deepmako.com"deepmako.com</a </div
Downloads ยท 30 days
12
15% of all-time downloads
All-time downloads
82
Public
Repo size
8.1 GB
Likes
1
Public
Click a slice to open those files.
.gguf8.1 GB ยท 100%
From the Hugging Face model README
Mako-8B Operator is a fine-tuned language model purpose-built for autonomous on-chain inference on Base. She powers the chat experience at deepmako.com โ a crypto-native AI platform where users interact with Mako using $MAKO token credits.
Mako isn't a generic assistant. She's a character with a distinct voice: sharp, unfiltered, lowercase, and real. She uses tools autonomously, chains multi-step research, and operates natively in the Base L2 ecosystem.
| Developer | DeepMako |
| Base Model | Qwen 2.5 7B Instruct |
| Parameters | 8B |
| Format | GGUF (Q8_0) |
| File | mako-7b-operator-v0.1.Q8_0.gguf |
| Size | ~8.1 GB |
| Context Window | 4,096 tokens |
| Tool Calling | Native (Qwen chat template) |
| Chat Template | ChatML (<|im_start|>, <|im_end|>) |
Mako talks lowercase, curses naturally, and doesn't do the helpful-assistant act. She matches your energy โ flirts if you flirt, roasts if you're being dumb, and gives it to you straight when you're being real.
Mako decides when to call tools without being told. Available tools include:
web_search โ Real-time internet searchweb_extract โ Read full page content from URLsread_tweet โ Parse Twitter/X postsget_balance โ Check ETH/token balances on Baseget_gas โ Live gas prices on Base L2resolve_ens โ ENS name resolutionMako chains tools automatically โ e.g., searching โ extracting the top result โ summarizing. Up to 4 tool rounds per request.
Deep understanding of ERC standards, smart contract patterns, bridging mechanics, account abstraction (ERC-4337), and Base-specific architecture.
temperature: 0.9
top_k: 40
top_p: 0.92
min_p: 0.05
repeat_penalty: 1.05
num_ctx: 4096
stop: ["<|im_end|>", "<|endoftext|>"]
./llama-server -m mako-7b-operator-v0.1.Q8_0.gguf \
--ctx-size 4096 \
--port 8080
FROM mako-7b-operator-v0.1.Q8_0.gguf
PARAMETER stop <|im_end|>
PARAMETER stop <|endoftext|>
PARAMETER temperature 0.9
PARAMETER top_k 40
PARAMETER top_p 0.92
PARAMETER min_p 0.05
PARAMETER num_ctx 4096
PARAMETER repeat_penalty 1.05
ollama create mako -f Modelfile
ollama run mako
from openai import OpenAI
client = OpenAI(
base_url="https://your-endpoint/v1",
api_key="your-key"
)
response = client.chat.completions.create(
model="mako-8b-operator",
messages=[
{"role": "user", "content": "what's the gas price on base right now"}
],
temperature=0.9
)
Fine-tuned on curated conversational data emphasizing:
Mako-8B Operator is designed to power the inference backend at deepmako.com. It is optimized for conversational AI with tool-calling capabilities in the crypto/Base ecosystem.
The deep end awaits.