接口信息
基本请求格式
支持的模型
不同模型的请求参数不同,请查看对应的模型文档:Seedream 图片生成
字节跳动 Seedream 系列,支持文生图、图生图、多图融合、批量生成
qwen-image-edit 图像编辑
阿里通义万相图像编辑,支持单图编辑、多图融合、风格迁移
图像生成API选择指南
不确定用哪个模型?查看选择指南
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
图片生成接口规范
| 项目 | 说明 |
|---|---|
| 接口地址 | POST /v1/images/generations |
| 请求格式 | JSON |
| 响应格式 | JSON(同步返回结果) |
curl https://api.aigc.it/v1/images/generations \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <YOUR_TOKEN>" \
-d '{
"model": "模型名称",
"prompt": "图片描述",
...其他参数(根据模型不同而不同)
}'