| Parameter Name | Type | Description | Remarks |
|---|---|---|---|
| title | String | Music title | - |
| tags | String | Music style | Separated by half-width commas |
| generation_type | String | Generation type | Default is TEXT |
| prompt | String | Music creation prompt | Includes but not limited to lyrics |
| negative_tags | String | Unwanted styles | Can be an empty string |
| mv | String | Model | Default is chirp-v4 Optional: chirp-v3-5, chirp-v3-0 Use chirp-v3-5-upload when extending uploaded audio |
| metadata | Object | Custom parameters | Contains create_mode: custom, vocal_gender: "m"/"f" where m is male and f is female |
| Parameter Name | Type | Description | Remarks |
|---|---|---|---|
| title | String | Music title | - |
| tags | String | Music style | Separated by half-width commas |
| generation_type | String | Generation type | Default is TEXT |
| prompt | String | Music creation prompt | Includes but not limited to lyrics |
| negative_tags | String | Unwanted styles | Can be an empty string |
| mv | String | Model | Default is chirp-v4 Optional: chirp-v3-5, chirp-v3-0 |
| continue_at | Float | Continuation start time | Starting from which second to continue creation Example: 120.00 or 61.59 |
| continue_clip_id | String | Continuation song ID | The song ID to be continued |
| task | String | Task type | Default is extend |
| Parameter Name | Type | Description | Remarks |
|---|---|---|---|
| prompt | String | Music creation prompt | Can be an empty string |
| generation_type | String | Generation type | Default is TEXT |
| tags | String | Music style | Separated by half-width commas |
| negative_tags | String | Unwanted styles | Can be an empty string |
| mv | String | Model | Please use chirp-v3-5-tau |
| title | String | Music title | - |
| continue_clip_id | String | Continuation song ID | Optional parameter, can be null |
| continue_at | Float | Continuation start time | Optional parameter, can be null |
| continued_aligned_prompt | String | Aligned prompt for continuation | Optional parameter, can be null |
| infill_start_s | Float | Fill start time (seconds) | Optional parameter, can be null |
| infill_end_s | Float | Fill end time (seconds) | Optional parameter, can be null |
| task | String | Task type | When using Cover feature, fixed as cover |
| cover_clip_id | String | Cover ID | The original song ID to be covered or the uploaded audio clip ID |