图像
OpenAI
GPT Image 2
Generate and edit images with flexible aspect ratios, resolution, and quality controls.
- 文本转图像
- 图像编辑
体验场
输入
User's prompt
Reference image URLs (URLs or base64 data URIs) for image-to-image mode
登录后运行
运行费用将从您的余额中扣除。
输出
输出将显示在此处。
快速开始
完整 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": "gpt-image-2",6 "input": {7 "prompt": "黄昏时分城市的电影感镜头",8 "size": "1:1",9 "resolution": "1k"10 }11 }'
参数
| 名称 | 类型 | 必填 | 默认值 | 描述 |
|---|---|---|---|---|
prompt | string | 是 | — | User's prompt |
urls | string[] | 否 | — | Reference image URLs (URLs or base64 data URIs) for image-to-image mode |
size | string | 否 | 1:1 | Output image aspect ratio以下之一:auto, 1:1, 16:9, 9:16, 4:3, 3:4, 3:2, 2:3, 5:4, 4:5, 2:1, 1:2, 3:1, 1:3, 21:9, 9:21 |
resolution | string | 否 | 1k | Output image resolution以下之一:1k, 2k, 4k |
常见问题
GPT Image 2 的费用是多少?
GPT Image 2 通过 API Stock API 的起价为 $0.013 每次生成。您按使用量从单个预付余额中支付——无需订阅——最终价格会根据分辨率或时长等参数浮动。
如何调用 GPT Image 2 API?
向 https://api.api-stock.com/api/v1/generation/create 发送 POST 请求,并附上您的 API 密钥和模型 ID "gpt-image-2"。请求会返回一个任务 ID,您可以轮询该 ID;或者在结果准备就绪时通过 webhook 回调通知。上方的快速开始部分提供了一个可直接运行的示例。
GPT Image 2 接受哪些输入参数?
GPT Image 2 接受 4 个输入参数, 包括必填字段 prompt。参数表中列出了它们的类型、默认值和允许值。
如果 GPT Image 2 请求失败,会发生什么?
API Stock 会自动在备用提供商上重试请求。如果所有提供商都失败,费用会退还至您的余额。
我可以使用与其他模型相同的 API 密钥来调用 GPT Image 2 吗?
可以。API Stock 上的每个模型——视频、图像、音乐和聊天——共享一个 API 密钥和一个预付余额,因此您无需新的凭据即可切换到 GPT Image 2。