使用 Suno 模型创建自定义或非自定义音乐生成任务
Documentation Index
Fetch the complete documentation index at: https://www.qhaigc.net/docs/llms.txt
Use this file to discover all available pages before exploring further.
| 名称 | 类型 | 必选 | 说明 |
|---|---|---|---|
prompt | string | 是 | 音乐描述(非自定义模式)或歌词(自定义模式) |
model | string | 否 | 模型型号,如 suno-v4.5-plus(默认)、suno-v5 等 |
custom_mode | boolean | 否 | 是否启用自定义模式,默认为 false |
style | string | 否 | 音乐风格(自定义模式必填) |
title | string | 否 | 音乐标题(自定义模式必填) |
instrumental | boolean | 否 | 是否生成纯音乐,默认为 false |
vocal_gender | string | 否 | 人声性别,"m"(男)或 "f"(女) |
task_id 轮询查询接口。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.