| Parameter name | Type | Description | Remarks |
|---|---|---|---|
| title | String | Music title | - |
| tags | String | Music style | Use commas to separate |
| generation_type | String | Generation type | Default is TEXT |
| prompt | String | Music creation prompt words | including but not limited to lyrics |
| negative_tags | String | Unwanted styles | Can be empty string |
| mv | String | Model | Default is chirp-v4 Optional: chirp-v3-5, chirp-v3-0 Use chirp-v3-5-upload when extending audio upload |
| metadata | Object | Custom parameters | Contains create_mode: custom, vocal_gender: "m"/"f" m is a boy and f is a girl |
| Parameter name | Type | Description | Remarks |
|---|---|---|---|
| title | String | Music title | - |
| tags | String | Music style | Use commas to separate |
| generation_type | String | Generation type | Default is TEXT |
| prompt | String | Music creation prompt words | including but not limited to lyrics |
| negative_tags | String | Unwanted styles | Can be empty string |
| mv | String | Model | Default is chirp-v4 Optional: chirp-v3-5, chirp-v3-0 |
| continue_at | Float | Continuation start time | The number of seconds from which to continue writing For example: 120.00 or 61.59 |
| continue_clip_id | String | Continue song ID | ID of song that needs to be continued |
| task | String | Task type | Default is extend |
| Parameter name | Type | Description | Remarks |
|---|---|---|---|
| prompt | String | Music creation prompt word | Can be an empty string |
| generation_type | String | Generation type | Default is TEXT |
| tags | String | Music style | Use commas to separate |
| negative_tags | String | Unwanted styles | Can be empty string |
| mv | String | Model | Please use chirp-v3-5-tau |
| title | String | Music title | - |
| continue_clip_id | String | Continue song ID | Required parameter, can be null |
| continue_at | Float | Continuation start time | Required parameter, can be null |
| continued_aligned_prompt | String | Alignment prompt word to continue creation | Required parameter, can be null |
| infill_start_s | Float | Filling start time (seconds) | Required parameter, can be null |
| infill_end_s | Float | Filling end time (seconds) | Required parameter, can be null |
| task | String | Task type | Use Cover function, fixed to cover |
| cover_clip_id | String | Cover ID | The original song id to be covered or the uploaded audio clip id |