OpenAI

OpenAI: GPT Image 2

Image Generation
openai/gpt-image-2

GPT-image-2 is OpenAI's latest cutting-edge image generation model. Key value adds include better performance, quality, editing controls, and face preservation. The model supports high input_fidelity and adding/removing one aspect of the image while retaining others. This model includes improvements in aspect ratio, resolution, and editing capabilities.

0 上下文窗口
0 最大输出 token
发布日期: 2026-04-21
支持的协议:OpenAIopenai
可用供应商:AzureAzure
能力:视觉提示缓存

定价

类型价格
输入 Token$5/M
输出 Token$30/M
图像输入$8/M
输出图像$30/M
缓存读取$1.25/M
缓存图像$2/M

代码示例

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.images.generate(
model="openai/gpt-image-2",
prompt="A beautiful sunset over mountains",
size="1024x1024",
)
print(response.data[0].url)

常见问题

OpenAI: GPT Image 2 在 Ofox.ai 上的价格为输入 $5/M/百万 Token,输出 $30/M/百万 Token。按量计费,无月费。