Headers
Body
is_auto is used to control the use of custom mode or description mode:
- is_auto is 1: Description mode, will only use the request parameters prompt and model_version, even if you pass other parameters, such as lyrics, title, etc., we will not apply them.
- is_auto is 0: Custom mode, we will apply all parameters to the generation task, including the updated extended song parameters.
0 <= x <= 11
v4.5-plus: Generates songs up to 8 minutes long and supports lyrics inputs of up to 5,000 words. Leveraging the latest and most powerful music generation models, it delivers richer sound quality and faster generation speeds. v4.5: Generates songs up to 8 minutes long and supports lyrics inputs of up to 5,000 words. It boasts studio-quality sound, optimal genre fusion, and faster generation speeds. v4.0: Generates songs up to 4 minutes long and supports lyrics inputs of up to 3,000 words. Songs are more vivid and sound better. v3.5: Generates songs up to 4 minutes long and supports lyrics inputs of up to 3,000 words. Songs are smoother and more engaging. v3.0: Generates songs up to 2 minutes long and supports lyrics inputs of up to 1,000 words.
v4.5-plus, v4.5, v4.0, v3.5, v3.0 "v3.5"
The prompt parameter is used to control the melody, tune, style, and so on of the entire song.
1 - 180"Happy songs"
The lyrics parameter controls what the song is about.
"Enter the lyrics you've created"
Create a title for the song you're writing.
80"AI Music"
The instrumental parameter is used to control whether the song is pure music or not. When instrumental is set to 1, the lyrics parameter will not be applied, even if it is included in your request
0 <= x <= 10
The continue_at field is used to implement the song extension functionality. This parameter controls the time, in seconds, at which the extended song is enabled. Note that when using the extension function, the continue_at parameter must not be 0 or exceed the song duration, otherwise the request will be considered a failure and used in conjunction with continue_song_id.
0
The continue_song_id field is used to extend the song. This parameter tells us which song you want to extend, and is used in conjunction with continue_at.
""
Response
Successful Response
The response is of type any.
