Free tier · OpenAI-compatible · No credit card

One API for frontier LLMs
built for builders.

OpenAI-compatible gateway to Mimo's frontier model family. Drop-in replacement for the OpenAI SDK. Free during beta, no rate limits on dev keys.

View docs
5
Models
$0
Beta cost
<100ms
First token
100%
OpenAI-compatible

Available Models

Frontier intelligence across reasoning, multimodal, and ultra-fast inference.

mimo-v2.5-pro
Flagship
Top-tier reasoning. Best for complex code, math, and agent workflows.
🧠 Reasoning📝 200K ctx
mimo-v2.5
Stable
Balanced speed and intelligence. Production-ready default.
⚡ Fast📝 128K ctx
mimo-v2-pro
Stable
Previous-generation flagship. Strong general-purpose performance.
📝 128K ctx
mimo-v2-omni
Multimodal
Text, vision, and structured output in a single model.
👁 Vision📝 64K ctx
mimo-v2-flash
Stable
Optimized for low latency. Ideal for chat UIs and high-volume tasks.
⚡ Ultra-fast📝 32K ctx

Drop-in OpenAI replacement

Change one URL. Keep your existing SDK, prompts, and tooling.

curl https://api.example.com/v1/chat/completions \
  -H "Authorization: Bearer $MIMO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mimo-v2.5-pro",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Why MimoAPI

Built by developers tired of vendor lock-in and surprise bills.

OpenAI-compatible

Same endpoints, same SDK. Switch your base_url and ship.

🆓

Free during beta

No credit card. No surprise bills. Generous limits while we're in public beta.

🔒

Privacy-first

No prompt logging on inference. Your data stays yours.

🌊

Streaming SSE

First-class streaming. Drop-in with the OpenAI SDK's stream mode.

📊

Usage dashboard

Real-time token counts, request logs, and per-key breakdown.

🛡️

Cloudflare-protected

DDoS protection and global edge routing built-in.

Overview

Total Requests
Total Tokens
Active Keys
Plan
Free

Credits remaining

Tokens deducted from monthly quota. Upgrade for more.

Quick start

Generate an API key, then use it like the OpenAI API:

curl https://api.example.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"mimo-v2.5-pro","messages":[{"role":"user","content":"hi"}]}'

API Keys

Your keys

Loading...

Usage

Recent requests

Loading...

Playground

Output appears here.

Billing

Current plan

Free

Plans

Beta: all signups currently on Free tier. Real billing (Stripe / Midtrans) coming soon.

Admin

Total Users
Active Keys
Total Requests
Today Requests

All users

IDUserTierCreditsTokens usedStatusActions
Loading...

Top users by tokens

Quickstart

curl https://api.example.com/v1/chat/completions \
  -H "Authorization: Bearer $MIMO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"mimo-v2.5-pro","messages":[{"role":"user","content":"Hello!"}]}'