Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | false |
| LOG_LEVEL | No | Log level (error, warn, info, debug) | error |
| MMAUDIO_API_KEY | Yes | Your MMAudio API key | |
| MMAUDIO_TIMEOUT | No | Request timeout in milliseconds | 60000 |
| MMAUDIO_BASE_URL | No | Base URL for MMAudio API | https://mmaudio.net |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| video_to_audio | Generate AI-powered audio from video content using MMAudio technology. Analyzes video frames and generates synchronized audio including sound effects, ambient noise, and atmospheric elements. |
| text_to_audio | Generate AI-powered audio content from text descriptions using MMAudio technology. Create sound effects, ambient audio, music, and atmospheric soundscapes from natural language descriptions. |
| validate_api_key | Validate MMAudio API key and check account credits/status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |