SiliconFlow home page
简体中文
Search...
⌘K
Search...
Navigation
Introduction
用户指南
场景示例
API手册
常见问题
更新公告
条款与协议
文本系列
POST
创建对话请求(OpenAI)
POST
创建对话请求(Anthropic)
POST
创建嵌入请求
POST
创建重排序请求
图像系列
POST
创建图片生成请求
语音系列
POST
上传参考音频
POST
创建文本转语音请求
GET
参考音频列表获取
POST
删除参考音频
POST
创建语音转文本请求
视频系列
POST
创建视频生成请求
POST
获取视频生成链接请求
批量处理
POST
上传文件
GET
获取文件列表
POST
创建batch任务
GET
获取batch任务详情
GET
获取batch任务列表
POST
取消batch任务
平台系列
GET
获取用户模型列表
GET
获取用户账户信息
On this page
Welcome
Authentication
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Assistant
Responses are generated using AI and may contain mistakes.