You're looking at a specific version of this model. Jump to the model overview.
minimax /music-cover:0e0ffc77
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| audio_url |
string
|
URL of the song to cover. Must be a publicly accessible MP3 or WAV file.
|
|
| prompt |
string
|
A description of the target style for the cover. For example: 'R&B version, smooth vocal, groovy bass' or 'Hard rock, electric guitar riffs, powerful drums'. Up to 2000 characters.
|
|
| lyrics |
string
|
|
Optional lyrics to override the ones extracted from the source song. If not provided, the singer will sing the original song's lyrics. Use \n for line breaks and structure tags like [verse], [chorus], [bridge] to mark sections. Up to 3000 characters.
|
| sample_rate |
None
|
44100
|
Sample rate for the generated music
|
| bitrate |
None
|
256000
|
Bitrate for the generated music
|
| audio_format |
None
|
mp3
|
Audio format for the output
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}