GPT Image 1.5 API
Est.价格: $0.0078 - 0.357(~ 0.53268 - 24.25283 credits) per image
Token-based billing — range covers low/medium/high × 3 sizes × 0/16 reference images at n=1. Multiply by Count for n>1.
稳定性最高,保证 99.9% 可用性。推荐用于生产环境。
所有版本使用同一个 API 端点,仅 model 参数不同。
Upload up to 16 images (max 50MB each)
Click to upload or drag and drop
Supported formats: JPEG, JPG, PNG, WEBP
Maximum file size: 50MB; Maximum files: 16
Number of images to generate (1-10)
Click Generate to see preview
History
最多保留20条0 运行中 · 0 已完成
GPT Image 1.5 API 定价与生产接入
通过 EvoLink 运行 GPT Image 1.5,用于文生图、图像编辑和异步任务交付。查看定价,在 Playground 验证提示词,并把一条更成熟的图像工作流接入生产环境。

Billing Model
- •Token-based — charged by the token counts reported in the upstream usage object.
- •Image Output tokens scale with size and quality (low/medium/high).
- •Image Input tokens apply only in image-to-image / edit mode.
- •Cached Input is charged only when the upstream usage object reports cached tokens.
- •Output Text + Thinking tokens cover the model's reasoning trace and refined prompt returned alongside the image (unique to gpt-image-1.5; typically < 1% of total cost).
Pricing
| Model | Mode | Token Category | Price |
|---|---|---|---|
| GPT Image 1.5 | Token-based billing | Image Output | $0.029/ 1K tokens(1.9584 Credits) |
| GPT Image 1.5 | Token-based billing | Image Input | $0.0072/ 1K tokens(0.4896 Credits) |
| GPT Image 1.5 | Token-based billing | Image Cached Input | $0.0018/ 1K tokens(0.1224 Credits) |
| GPT Image 1.5 | Token-based billing | Text Input | $0.0045/ 1K tokens(0.306 Credits) |
| GPT Image 1.5 | Token-based billing | Text Cached Input | $0.0011/ 1K tokens(0.0765 Credits) |
| GPT Image 1.5 | Token-based billing | Output Text + Thinking | $0.0090/ 1K tokens(0.612 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
利用 GPT Image 1.5 可以构建什么
为什么通过 EvoLink 使用 GPT Image 1.5
EvoLink 上的 GPT Image 1.5 更适合被视为一条已知的生产基线:一条路由、清晰定价、Playground 验证,以及团队可以稳定运营的异步工作流。
更成熟的生产基线
当团队关心的不只是图像质量,而是这条路由的请求行为是否清晰、上线故事是否更稳定时,GPT Image 1.5 会比“最新标签”更适合做生产基线。
把定价、Playground 和接入放在一起
这页把定价、提示词测试和请求模型名集中在一起,方便团队在放大图像工作负载之前先完成评估。
更符合真实工作的异步交付
GPT Image 1.5 在 EvoLink 上通过异步任务流运行,这更符合真实的生成和编辑任务,也更适合后续的轮询、存储和工作流交接。
如何集成 GPT Image 1.5
三步完成路由验证、请求发送和异步图像结果获取。
创建 API Key
登录 EvoLink 后创建一个 API Key,用于 Playground 测试和生产请求。这也是平台内其他图像路由的统一接入方式。
发送 GPT Image 1.5 请求
请求中使用 `gpt-image-1.5` 作为模型名,并传入 prompt、size、quality;如果要做参考图编辑或图生图工作流,再加上可选的 `image_urls`。
轮询结果并保存输出
图像生成通过异步任务执行。你的应用需要获取完成后的结果,并及时保存输出,因为生成后的图片链接是临时的。
GPT Image 1.5 核心能力
当 GPT Image 1.5 被当作稳定生产路由使用时,真正重要的控制项和交付能力。
文生图与图像编辑
同一条路由可处理全新图像生成、基于参考图的编辑,以及图生图类请求。
参考图支持
当工作流需要受控修改、重复编辑或基于已有素材做 prompt 驱动更新时,可以附加参考图 URL。
尺寸与质量控制
可以选择支持的纵横比或像素尺寸,并按输出要求和预算调节质量设置。
异步任务交付
请求会返回任务 ID 以供轮询,这让需要更长时间完成的生产任务更容易管理。
单图输出路径
这条路由围绕每次请求输出一张结果图来优化,便于后续审批、存储和自动化处理。
临时结果链接
生成结果链接有时效限制,因此生产集成应把完成后的资产保存到应用存储或素材管道中。
常见问题
Everything you need to know about the product and billing.
查看 GPT Image 家族
对很多团队来说,GPT Image 1.5 仍然是 GPT Image 家族里最清晰的生产默认路线。 如果你下一步的问题是继续使用 GPT Image 1.5、迁移到 GPT Image 2,还是把 GPT Image 1 当作旧版基线来对比,就去家族页继续看。
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Create an image generation task using text prompts or reference images. Supports text-to-image, image-to-image, and image editing modes.
Asynchronous processing mode, use the returned task ID to query status.
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: gpt-image-1.5Image generation model name.
| Value | Description |
|---|---|
| gpt-image-1.5 | GPT Image 1.5 model (Azure) |
gpt-image-1.5promptstringRequiredPrompt describing the image to be generated or how to edit the input image.
Notes
- Limited to 2000 tokens
A beautiful colorful sunset over the oceansizestringOptionalDefault: 1:1Size of generated image. Non-square sizes have higher price.
| Value | Description |
|---|---|
| 1:1 | Square |
| 2:3 | Portrait |
| 3:2 | Landscape |
| 1024x1024 | Square |
| 1024x1536 | Portrait |
| 1536x1024 | Landscape |
Notes
- Aspect ratio format: 1:1, 2:3, 3:2
- Pixel format: 1024x1024, 1024x1536, 1536x1024
- Non-square sizes have higher price
1:1qualitystringOptionalDefault: highQuality of the generated image. Affects pricing.
| Value | Description |
|---|---|
| low | Low quality |
| medium | Medium quality |
| high | High quality (default) |
Notes
- Higher quality costs more
highimage_urlsarrayOptionalReference image URL list for image-to-image and image editing features.
Notes
- Supports 1-16 images per request
- Max size: 50MB per image
- Formats: .jpeg, .jpg, .png, .webp
- URLs must be directly accessible by the server
https://example.com/image1.pngnintegerOptionalDefault: 1Number of images to generate. Charged per image.
| Value | Description |
|---|---|
| 1-10 | 1 to 10 images per request |
1callback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/image-task-completed

