MiniMax Music 2.6 Instrumental mode focuses on vocal-free music creation. Generate background music, soundtracks, and ambient music from text descriptions. Perfect for video soundtracks, game audio, podcast backgrounds, supporting various styles and moods with high-quality audio output.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Featuring keyboards, guitar, saxophone, and drums as the main instruments, it creates an overall atmosphere of lazy relaxation and gentle elegance at sunset. The melody lines are melodious and prolonged, with multiple instrumental layers interwoven, giving a quiet, soothing ambiance with lingering resonance and space for reflection.","sampleRate":"44100","bitrate":"256000","format":"mp3"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'https://www.runninghub.ai/openapi/v2/minimax/music-2.6/text-to-instrumental' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "Featuring keyboards, guitar, saxophone, and drums as the main instruments, it creates an overall atmosphere of lazy relaxation and gentle elegance at sunset. The melody lines are melodious and prolonged, with multiple instrumental layers interwoven, giving a quiet, soothing ambiance with lingering resonance and space for reflection.",
"sampleRate": "44100",
"bitrate": "256000",
"format": "mp3"
}'