5-minute Quickstart
import { Aside, Steps } from ‘@astrojs/starlight/components’;
This assumes you’ve already installed mimo-tui.
-
Get your MiMo API key
Sign up at platform.xiaomimimo.com → console → API Keys → Create. Copy the
tp-prefixed token.New accounts get 1.6 billion tokens free under the creator incentive program — enough to try seriously.
-
First run → auto-launches setup wizard
Terminal window mimoThe wizard will:
- Ask you to paste your API key
- Ping the three regions (CN / SGP / AMS) and recommend the fastest
- Pick a default model (recommended:
mimo-v2.5-pro) - Validate the key with one test call
-
Enter any project
Terminal window cd ~/code/my-projectmimo -
Talk to it
> Refactor Header.tsx to a function component, preserve all propsIt will:
- Find the file
- Read it
- Propose changes
- Show you the diff
- You press
yto accept ornto reject
-
5 common tasks
> Run npm test and fix all failures> Write a README for this project> Add type hints to every .py file> Explain what src/utils/cache.ts does> Fix this bug: <paste error>
Common commands
Once running, type these slash commands:
| Command | What it does |
|---|---|
/help | List all commands |
/model | Switch model |
/mode plan | Plan mode (read-only thinking, no file edits) |
/mode auto | Auto mode (no per-step approval) |
/usage | Open plan-usage dashboard |
/clear | Clear screen |
/exit | Quit |
Exit
Ctrl+C or /exit. Sessions auto-save to ~/.mimo/sessions/ — resume any time with /sessions resume.