GPT Image 2 异步版
ReachAPI 上的 GPT Image 2 异步任务版本,适合需要任务查询、回调和图片 URL 结果的生成与编辑工作流。
执行方式
异步任务
提交任务后轮询或接收回调
输入类型
文本 + 参考图
传 `image_urls` 时用于图像编辑
结果形式
图片 URL
完成后从 `data[].url` 读取
调用码
gpt-image-2-async
仅用于异步图片接口
gpt-image-2-async试玩区
gpt-image-2-asyncClick or drag
分辨率 (sent to backend)
Aspect Ratio (sent to backend)
Quality (sent to backend)
Output format (sent to backend)
暂无输出
定价
| 质量 | 1k | 2k | 4k |
|---|---|---|---|
| low | $0.009$0.01010% off | $0.018$0.02010% off | $0.027$0.03010% off |
| medium | $0.054$0.06010% off | $0.108$0.12010% off | $0.162$0.18010% off |
| high | $0.198$0.22010% off | $0.396$0.44010% off | $0.594$0.66010% off |
low 1k · $0.009 · per image
low 2k · $0.018 · per image
low 4k · $0.027 · per image
medium 1k · $0.054 · per image
medium 2k · $0.108 · per image
medium 4k · $0.162 · per image
high 1k · $0.198 · per image
high 2k · $0.396 · per image
high 4k · $0.594 · per image
README
- GPT Image 2 异步版是 ReachAPI 为 GPT Image 2 提供的任务式图片生成与编辑入口。
- 当集成需要任务 ID、通过 `/v1/tasks/{task_id}` 查询状态、接收终态回调,或从 `data[].url` 获取托管图片地址时,请使用该模型。
- 如果需要调用 OpenAI 兼容的 `/v1/images/generations` 或 `/v1/images/edits`,请使用独立的 `gpt-image-2` 模型页和 API 文档。
API
API
端点
POST /v1/images/create认证
Authorization: Bearer YOUR_REACH_API_KEY Content-Type: application/json
示例
curl -X POST "https://direct.reachapi.ai/v1/images/create" \
-H "Authorization: Bearer YOUR_REACH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-image-2-async",
"input": {
"prompt": "An editorial fashion photo of a silver handbag on a reflective pedestal, soft studio lighting",
"resolution": "4k",
"aspect_ratio": "2:3",
"quality": "high",
"output_format": "png"
}
}'相关模型
GPT-6 Astra
OpenAI's flagship model for demanding end-to-end work.
GPT-5.6 Luna
OpenAI's GPT-5.6 model for efficient, cost-sensitive, high-volume workloads.
GPT-5.6 Sol
OpenAI's GPT-5.6 flagship model for the most demanding production reasoning, coding, and agent workflows.
GPT-5.6 Terra
OpenAI's GPT-5.6 model for strong intelligence with a balanced cost profile.
GPT-5.5
OpenAI's newest frontier model for the most complex coding, reasoning, and professional workflows.
GPT-5.4
OpenAI's frontier model for complex professional, coding, and agentic work at scale.
GPT-5.4 Mini
OpenAI's strongest mini model for coding, computer use, and high-volume agent tasks.
GPT-5.3 Codex
OpenAI's most capable agentic coding model to date.
GPT-5.2
OpenAI's stronger GPT-5-family model for professional, general-purpose, and agentic work.
GPT-5.1
OpenAI's flagship model for coding and agentic tasks with configurable reasoning.
GPT-5.1 Codex
OpenAI's GPT-5.1 variant optimized for agentic coding in Codex workflows.
GPT-5
OpenAI's previous intelligent reasoning model for coding and agentic tasks.
GPT-5 Mini
OpenAI's faster, cost-efficient GPT-5 variant for low-latency and high-volume work.
GPT Image 2.5 Flare
OpenAI's fastest model for high-quality, everyday image generation and editing.
GPT Image 2.5 Sunburst
OpenAI's most capable image model for high-quality generation and precision editing.
GPT Image 2
OpenAI's state-of-the-art image generation model for high-quality creation and editing with text and image inputs.
