GPT Image 2.5 API
GPT Image 2.5 图像生成模型,支持文生图、图生图与多图参考编辑。
Starting price $0.026000 / 次 · Price snapshot
Waiting to refresh live prices…
Model pricing
Compare all public tiers and current prices for this series on one page.
Input
$0.026000 / 次
Output
总价 = 请求次数 × 每次价格
Context
—
Max output
—
- Model ID
-
gpt-image-2.5 - Billing model
- Fixed combination billing
- Available groups
- default
- Capabilities
- text-to-image, image-to-image, reference-to-image
- Combination pricing rules
按请求固定计费总价 = 请求次数 × 每次价格
基础价格$0.0260 / 次查看高级计费表达式
v2:tier("base", units(1, 0.026))
API reference
Base URL is https://api.rokoapi.com/v1. The model in requests must use the model IDs listed above.
curl https://api.rokoapi.com/v1/images/tasks \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2.5",
"prompt": "A serene lake at dawn, photorealistic",
"size": "1024x1024",
"quality": "low",
"n": 1
}' For more parameters, limits, and async task queries, read the GPT Image 2.5 developer guide. GPT Image 2.5 Developer guide · Authorization