# Suno接入教程

## 一、支持更新

* 已支持最新 Suno 3.5/ Suno 3.0
* 支持用户创建时长2分钟的歌曲，Suno 3.5时长提升至4分钟
* &#x20;Suno 3.5支持用户创建最长2分钟的歌曲扩展
* 歌曲结构优秀和声音流畅度提高

## 二、基础使用

1.勾选模型，对话聊天的方式即可生成音乐

<figure><img src="/files/KjM5OERNTW08ldugzqrA" alt=""><figcaption></figcaption></figure>

2.API接入

[参考api文档](https://docs.blueshirtmap.com/)

## 三、提示词

* prompt 自定义歌词
* &#x20;tags 风格
* &#x20;mv 模型
* &#x20;title 标题&#x20;
* continueclipid 续写
* id continue\_at 续写时间
* &#x20;makeinstrumental 是否纯音，默认为不是纯音乐。若要为纯音乐，加1即可。例如:make instrumental 1

## 四、懒人使用

1、自定义歌词:/自定义歌词&#x20;

2、音乐风格://中国风&#x20;

3、音乐标题:///我爱中国 是否纯音乐://// 音乐模型:///// 继续生成音乐的clip\_id://////&#x20;

例如://////“ID”

继续生成音乐的时间:///////continue at(继续生成的时间，以秒为单位)&#x20;

例如:///////130，即是继续生成130s


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gptmetaapi-docs.mygptmeta.com/dui-jie-di-san-fang/suno-jie-ru-jiao-cheng.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
