Overview
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
Usage
Recent requests
Playground
Billing
Current plan
FreePlans
Beta: all signups currently on Free tier. Real billing (Stripe / Midtrans) coming soon.
Admin
All users
| ID | User | Tier | Credits | Tokens used | Status | Actions |
|---|---|---|---|---|---|---|
| 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!"}]}'