A compact web UI for MiniMax translation and media generation.
This version builds on v0.1 with a streamlined UI, production hardening, configurable API-key providers, and a new Translation module. PostgreSQL is no longer bundled: connect any reachable PostgreSQL 16+ instance through config/database.yaml.
- Translation with source-language detection
- Image generation
- Text-to-speech
- Music generation
- T2V, I2V, and FL2V video generation
- Encrypted API keys, redacted history, and local media storage
- Optional HTTP Basic authentication and production-safe defaults
Requirements: Docker with Compose v2 and PostgreSQL 16+.
git clone <repo-url> minimax-tool
cd minimax-tool
cp config/database.yaml.example config/database.yaml
$EDITOR config/database.yaml
touch .master_key && chmod 600 .master_key
docker compose up -d --buildVerify and open the app:
curl http://localhost:9060/api/health
# {"status":"ok","db":true,"version":"0.2.0"}Add a MiniMax API key under Config Center → API Keys, then use Translation or any Studio module.
- T2V — text to video
- I2V — first frame plus prompt
- FL2V — first and last frames plus prompt
Camera-control example:
A man picks up a book [push in, crane up], then reads [static shot].
MIT © 2026 MiniMax Tool contributors.