MimoPrompts

curated prompt library · MiMo V2.5

Prompts that get the best out of MiMo.

Hand-tuned for V2.5 chat, reasoning, image, and speech models. Copy, paste, ship.

Prompts
Categories
4 MiMo models
$0 No signup
Ctrl+K
— prompts

Contribute a prompt

MimoPrompts is open-source. Add your own battle-tested prompt via pull request.

  1. Fork gyoomei/mimoprompts
  2. Add your prompt to prompts.js following the schema
  3. Open a PR — we merge weekly
{
  id: "my-prompt-slug",
  title: "My Prompt Title",
  category: "Coding",
  model: "V2.5 Reasoning",
  useCase: "When to use this prompt",
  tags: ["python", "refactor"],
  params: { temperature: 0.3, max_tokens: 2000 },
  system: "Optional system message",
  user: "The prompt body. Use {{placeholder}} for variables.",
  expectedOutput: "What good output looks like"
}