GPT Image 1 API
Est.价格: $0.0098 - 0.446(~ 0.66586 - 30.31603 credits) per image
稳定性最高,保证 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 API 定价与编辑接入
通过 EvoLink 运行 GPT Image 1,用于文生图、图生图和图像编辑工作流。查看定价、质量控制和异步任务交付方式,适合需要延续现有图像管线的团队。

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 (model reasoning + refined prompt) is returned alongside the image at no extra charge by OpenAI. gpt-image-1.5 bills this dimension separately.
Pricing
| Model | Mode | Token Category | Price |
|---|---|---|---|
| GPT Image 1 | Token-based billing | Image Output | $0.036/ 1K tokens(2.448 Credits) |
| GPT Image 1 | Token-based billing | Image Input | $0.0090/ 1K tokens(0.612 Credits) |
| GPT Image 1 | Token-based billing | Image Cached Input | $0.0022/ 1K tokens(0.153 Credits) |
| GPT Image 1 | Token-based billing | Text Input | $0.0045/ 1K tokens(0.306 Credits) |
| GPT Image 1 | Token-based billing | Text Cached Input | $0.0011/ 1K tokens(0.0765 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
利用 GPT Image 1 可以构建什么
为什么通过 EvoLink 使用 GPT Image 1
EvoLink 上的 GPT Image 1 更适合被定义为一条灵活的编辑与兼容性路由:价格逻辑清晰、请求控制项更多、支持参考图输入,并通过异步任务流适配仍在使用该模型的团队。
适合编辑与变体任务的灵活路由
当你的核心需求是图像编辑、图生图行为,以及对质量、尺寸和参考图处理有更明确的请求级控制时,GPT Image 1 仍然有意义。
清晰的价格倍率逻辑
这条路由让团队可以明确控制质量、尺寸和输出数量,因此在发送更大批量或更高频率图像任务前,更容易做成本判断。
适合长任务的异步交付
请求通过异步任务流运行,这比把所有生成、编辑和批量处理都当成立即同步返回更适合真实工作流。
如何集成 GPT Image 1
三步完成请求发送、任务轮询,以及对编辑导向参数的处理。
创建 API Key
登录 EvoLink 并创建一个 API Key,用于 Playground 测试和生产请求。这个接入方式同样适用于平台内其他图像路由。
构建请求负载
使用 `gpt-image-1` 作为模型名,并传入 prompt、quality、size 和可选的参考图。当你需要更明确地控制编辑类请求时,这条路由尤其合适。
轮询任务并保存结果
GPT Image 1 通过异步任务流运行。任务完成后获取结果,并及时保存输出,因为生成结果的 URL 是临时的。
GPT Image 1 核心能力
对于仍在使用 GPT Image 1 的团队,真正重要的是这些请求控制项和编辑能力。
质量倍率控制
可以根据工作流需要选择低、中、高质量,在速度、成本和输出保真度之间做取舍。
多种尺寸选项
可使用支持的纵横比和像素尺寸来适配不同交付需求,而不必重写整条路由。
批量生成支持
当你需要同一套 prompt 下的多张变体或批量图像任务时,可以在一次请求中生成多个结果。
参考图输入
在图生图和图像编辑任务中,可以传入多张参考图,适合依赖已有源素材的工作流。
异步任务处理
通过任务轮询来处理更耗时的请求,并在应用工作流中更清晰地获取结果。
商业使用场景
通过 EvoLink 使用 GPT Image 1 生成的输出适合商业场景,可继续用于产品和业务流程中的图像任务。
常见问题
Everything you need to know about the product and billing.
查看 GPT Image 家族
GPT Image 1 是 EvoLink 上 GPT Image 家族中的旧版基线路线。 如果你需要把这条 legacy 路线和 GPT Image 1.5 或 GPT Image 2 进行对比,再决定当前更适合的选择,就去家族页继续看。
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
GPT Image 1 (gpt-image-1) model 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-1Image generation model name.
| Value | Description |
|---|---|
| gpt-image-1 | GPT Image 1 model |
gpt-image-1promptstringRequiredPrompt 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: 1024x1024Size of generated image, supports two formats.
| Value | Description |
|---|---|
| 1:1 | Square aspect ratio |
| 2:3 | Portrait aspect ratio |
| 3:2 | Landscape aspect ratio |
| 1024x1024 | Square (default) |
| 1024x1536 | Portrait |
| 1536x1024 | Landscape |
Notes
- Aspect ratio format: 1:1, 2:3, 3:2
- Pixel format: 1024x1024, 1024x1536, 1536x1024
- Larger sizes produce more output tokens and higher cost
1024x1024qualitystringOptionalDefault: highQuality of the generated image. Affects pricing.
| Value | Description |
|---|---|
| low | Low quality, faster — fewest output tokens |
| medium | Medium quality — balanced |
| high | High quality, slower (default) — most output tokens |
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.
| Value | Description |
|---|---|
| 1-10 | Range from 1 to 10 images |
Notes
- Each image is billed independently by token usage
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-completedPricing Information
Billing Model: Token-based — charged by the token counts reported in the upstream usage object.
Token Categories:
- Image Output — scales with size and quality (low/medium/high)
- Image Input — applies only in image-to-image / edit mode
- Image Cached Input — charged when cached tokens are reported
- Text Input — prompt token consumption
- Text Cached Input — charged when cached prompt tokens are reported
See the Pricing tab for per-token rates by user group.


