图片模型

GPT Image 2 (Async)

GPT Image 2 异步任务版本。客户端创建任务后通过 `/v1/tasks/{task_id}` 轮询任务状态,适合长耗时的图片生成场景,避免 HTTP 长连接被中间层切断。

模型代码 gpt-image-2-async
模型分类 图片
调用入口 POST /v1/gpt-image-2-async
计费方式 按图片计费
支持输入 文本、edit

接入方式

通过 35m.ai 的统一接口调用这个公开模型,不需要单独适配上游供应商协议。

  • 创建接口:POST /v1/gpt-image-2-async
  • 支持输入:文本、edit

价格参考

这里展示当前公开售价口径。实际扣费仍以请求创建时的估价与结算结果为准。

  • cached image input per 1m tokens:¥0
  • cached text input per 1m tokens:¥0
  • image input per 1m tokens:¥0
  • output per image 1024x1024 high:¥0.01950000
  • output per image 1024x1024 low:¥0.01950000
  • output per image 1024x1024 medium:¥0.01950000
  • output per image 1024x1536 high:¥0.01950000
  • output per image 1024x1536 low:¥0.01950000
  • output per image 1024x1536 medium:¥0.01950000
  • output per image 1536x1024 high:¥0.01950000
  • output per image 1536x1024 low:¥0.01950000
  • output per image 1536x1024 medium:¥0.01950000
  • text input per 1m tokens:¥0

资料说明

继续查看 35m.ai 提供的接口说明、价格信息和控制台体验入口。

  • API 文档:/docs
  • 价格口径:以 35m.ai 当前价格页、请求创建时的估价和最终结算为准。
  • 控制台体验:登录后可直接创建请求并查看结果。