Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MINIMAX_API_KEY | Yes | Your MiniMax API key from the MiniMax platform | |
MINIMAX_API_HOST | No | MiniMax API host endpoint - varies by region (Global: https://api.minimaxi.chat, Mainland: https://api.minimax.chat) | https://api.minimaxi.chat |
MINIMAX_MCP_BASE_PATH | No | Local output directory path for saved resources | |
MINIMAX_API_RESOURCE_MODE | No | How resources are provided - 'url' (default) or 'local' | url |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
text_to_audio | Convert text to audio with a given voice and save the output audio file to a given directory. Directory is optional, if not provided, the output file will be saved to $HOME/Desktop. Voice id is optional, if not provided, the default voice will be used. Copy |
list_voices | List all voices available. Only supports when api_host is https://api.minimax.chat Copy |
voice_clone | Clone a voice using provided audio files. The new voice will be charged upon first use. Copy |
play_audio | Play an audio file. Supports WAV and MP3 formats. Not supports video. Copy |
generate_video | Generate a video from a prompt. Copy |
text_to_image | Generate a image from a prompt. Copy |