GPT Image 1.5 API 定价
Pay-as-you-go access through PiAPI.
GPT Image 1.5 API
$0.009 /图
Starting price per generated image.
GPT Image 1.5 API
高保真写实效果
GPT-Image-1.5 在文生图和图生图场景中表现出色,具备自然光照、准确材质和丰富色彩呈现。
高速生成
与前代 GPT Image 1 相比,GPT Image 1.5 在更高质量下可实现最高 4 倍更快生成,适合快速和时间敏感型工作流。
强大的人脸与身份保持能力
我们的 ChatGPT Image API 可实现电影级编辑,同时保持角色一致性,适用于多步骤工作流。
增强的文字渲染
针对清晰文字和更密集的小字场景优化,我们的 ChatGPT Image 1.5 API 能在图像中输出一致布局和更强对比度。
复杂结构化视觉内容
我们的 GPT 1.5 API 擅长生成信息图、图表和多面板构图等结构化视觉内容。
精准风格控制与强提示词遵循
非常适合营销和品牌工作,我们的 GPT-Image-1.5 API 在品牌设计系统和艺术风格的文生图、图生图任务中具备强元素保留能力。
增强的现实世界知识与推理能力
GPT Image 1.5 凭借强大的现实世界知识和推理能力,能够准确描绘对象、环境和场景。
图像编辑能力
GPT Image 1.5 在图生图任务中表现突出,尤其擅长添加、删除、组合、混合和转置。
经过验证的真实世界表现
在内部 Microsoft 数据集 上,GPT Image 1.5 在提示对齐和信息图任务中优于现有图像生成模型。
Integrate in Minutes
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "gpt-image-1.5",
"task_type": "gpt-image-generation",
"input": {
"prompt": "A modern city street at night with neon signs and storefront lights, wet pavement reflecting the lights. Cinematic street photography style, shallow depth of field, moody atmosphere, realistic lighting.",
"n": 1,
"size": "1024x1024",
"quality": "low"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"image_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run gpt-image-1-5 \ prompt="A modern city street at night with neon signs and storefront lights, wet pavement reflecting the lights. Cinematic street photography style, shallow depth of field, moody atmosphere, realistic lighting." \ n=1 \ size=1024x1024 \ quality=low ✓ Task completed! https://img.theapi.app/ephemeral/…
常见问题
GPT Image 1.5 API 支持哪些图像风格?
GPT-Image-1.5 API 支持从写实场景到艺术化渲染等多种风格,能够为不同视觉领域提供创作自由。
ChatGPT Image API 能处理复杂提示词吗?
当然可以。ChatGPT Image API 针对复杂指令、多对象、详细场景和风格化请求做了高级理解优化,适合专业级使用场景。
GPT-Image-1.5 API 支持哪些图像格式?
GPT-Image-1.5 API 支持 JPG、PNG、WEBP 和 JPEG 等标准图像格式,并支持高分辨率输出。
More questions? See the API docs.
Our blog
GPT Image 1.5 API



