图像
Alibaba
Wan 2.7 Image
Generate and edit images with aspect-ratio, pixel-size, and seed controls.
- 文本转图像
- 图像编辑
体验场
输入
0/5000
Text description for image generation
Reference images for editing (1-4 URLs). Providing them switches the request to edit mode. Order matters: reference them as image 1, image 2, etc. in the prompt.
登录后运行
运行费用将从您的余额中扣除。
输出
输出将显示在此处。
定价
| 选项 | 每次生成的价格 | fal.ai | 您节省的金额 |
|---|---|---|---|
| 标准 | $0.029 | $0.03 | −5% |
快速开始
完整 API 参考 →1curl -X POST https://api.api-stock.com/api/v1/generation/create \2 -H "Authorization: Bearer $API_STOCK_KEY" \3 -H "Content-Type: application/json" \4 -d '{5 "model": "wan2.7-image",6 "input": {7 "prompt": "黄昏时分城市的电影感镜头",8 "size": "1:1"9 }10 }'
参数
| 名称 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
prompt | string | 是 | — | Text description for image generation |
urls | string[] | 否 | — | Reference images for editing (1-4 URLs). Providing them switches the request to edit mode. Order matters: reference them as image 1, image 2, etc. in the prompt. |
size | string | 否 | 1:1 | Output aspect ratio (ignored when width + height are provided)以下之一:1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3 |
width | number | 否 | — | Custom output width in pixels (requires height). Overrides size. |
height | number | 否 | — | Custom output height in pixels (requires width). Overrides size. |
seed | number | 否 | — | Random seed for reproducible output |
常见问题
Wan 2.7 Image 的费用是多少?
Wan 2.7 Image 通过 API Stock API 的起价为 $0.029 每次生成。您按使用量从单个预付余额中支付——无需订阅——最终价格会根据分辨率或时长等参数浮动。
如何调用 Wan 2.7 Image API?
向 https://api.api-stock.com/api/v1/generation/create 发送 POST 请求,并附上您的 API 密钥和模型 ID "wan2.7-image"。请求会返回一个任务 ID,您可以轮询该 ID;或者在结果准备就绪时通过 webhook 回调通知。上方的快速开始部分提供了一个可直接运行的示例。
Wan 2.7 Image 接受哪些输入参数?
Wan 2.7 Image 接受 6 个输入参数, 包括必填字段 prompt。参数表中列出了它们的类型、默认值和允许值。
如果 Wan 2.7 Image 请求失败,会发生什么?
API Stock 会自动在备用提供商上重试请求。如果所有提供商都失败,费用会退还至您的余额。
我可以使用与其他模型相同的 API 密钥来调用 Wan 2.7 Image 吗?
可以。API Stock 上的每个模型——视频、图像、音乐和聊天——共享一个 API 密钥和一个预付余额,因此您无需新的凭据即可切换到 Wan 2.7 Image。