Skip to main content
kRouter
All providers

Free tier (unlimited)

mmf/

MiMo Code Free

MiMo Code Free — no-auth proxy.

models.dev

Quick setup

  1. Open the kRouter dashboard at http://localhost:20128

  2. Go to Providers → click the MiMo Code Free tile

  3. No login needed — kRouter passes through. Pick a model.

  4. Pick the model you want to expose to your IDE

Use in your IDE

Point any OpenAI-compatible client at kRouter using your local API key.

ide configbash
# Endpoint
http://localhost:20128/v1

# API key (from Dashboard → API Keys)
sk-krouter-XXXX

# Model
mmf/<auto>

How MiMo Code Free billing works with kRouter

MiMo Code Free has a genuinely free tier — no card, no per-token cost. Rate limits apply, and kRouter rotates across accounts when you add more than one. kRouter authenticates it via free. 1 model are routable as mmf/<model>. Its catalog is fetched live, so new models appear without a kRouter update.

Through kRouter, MiMo Code Free serves chat and code completion. Requests reach it through the same local OpenAI-compatible endpoint as every other provider, so switching to or from MiMo Code Free is a one-line model change in your client rather than a rewrite.

MiMo Code Free models & pricing

These are the model ids kRouter routes to. This provider does not publish per-token rates.

ModelRoute as
MiMo Autommf/mimo-auto

MiMo Code Free FAQ

Is MiMo Code Free free through kRouter?

MiMo Code Free does not bill per token here — kRouter uses your existing free tier, so the only cost is whatever you already pay MiMo Code Free directly. kRouter itself is MIT-licensed and free.

How do I use MiMo Code Free with Claude Code or Cursor?

Connect MiMo Code Free in the kRouter dashboard, then point your tool at kRouter's local endpoint (http://localhost:20128/v1) with a kRouter API key. Any OpenAI-compatible client works, and models are addressed as mmf/<model>.

Which MiMo Code Free models can kRouter route to?

1 model, including MiMo Auto. Every one is addressed as mmf/<model> from any client.

What happens when MiMo Code Free is rate limited?

kRouter detects the limit, parks that account until its real reset time, and fails over to your next connected account or provider — so the request still completes instead of erroring.