mimo-tts

Installation
SKILL.md

MiMo-V2.5-TTS Speech Synthesis

Calls the speech synthesis model via OpenAI-compatible API (/v1/chat/completions).

Execution Rule

Run the user's requested command directly without pre-checking dependencies, environment variables, or configuration. If something is wrong, the script will fail with a clear error — check and fix only then.

Requirements

  • Environment variable MIMO_APIKEY must be set
  • Streaming output: pip install numpy soundfile

API Basics

  • Base URL: https://api.xiaomimimo.com/v1
  • Auth: HTTP Header api-key
  • Endpoint: /v1/chat/completions (OpenAI-compatible)
  • Model & Feature Mapping:
Installs
42
Repository
wmy2981/skills
GitHub Stars
1
First Seen
Aug 8, 2026
mimo-tts — wmy2981/skills