---
title: GPT Image 2.5 API — 全部变体、定价与 Model Skill | RunAPI
description: 对比 GPT Image 2.5 API 的全部变体、每次调用价格，以及用于应用开发的 GPT Image 2.5 skill。一把 API key，skill-first 工作流。
url: https://runapi.ai/zh-CN/models/gpt-image-2.5.md
canonical: https://runapi.ai/zh-CN/models/gpt-image-2.5
locale: zh-CN
site: RunAPI
image: https://runapi.ai/assets/opengraph-bfaaa0f0.png
alternates:
  en: https://runapi.ai/models/gpt-image-2.5
  zh-CN: https://runapi.ai/zh-CN/models/gpt-image-2.5
  es: https://runapi.ai/es/models/gpt-image-2.5
  ja: https://runapi.ai/ja/models/gpt-image-2.5
  de: https://runapi.ai/de/models/gpt-image-2.5
  fr: https://runapi.ai/fr/models/gpt-image-2.5
  pt-BR: https://runapi.ai/pt-BR/models/gpt-image-2.5
  ko: https://runapi.ai/ko/models/gpt-image-2.5
  it: https://runapi.ai/it/models/gpt-image-2.5
  nl: https://runapi.ai/nl/models/gpt-image-2.5
  pl: https://runapi.ai/pl/models/gpt-image-2.5
  tr: https://runapi.ai/tr/models/gpt-image-2.5
  zh-TW: https://runapi.ai/zh-TW/models/gpt-image-2.5
  zh-HK: https://runapi.ai/zh-HK/models/gpt-image-2.5
  ar: https://runapi.ai/ar/models/gpt-image-2.5
  x-default: https://runapi.ai/models/gpt-image-2.5
model: GPT Image 2.5
provider: OpenAI
modality: image
variant_count: 2
price_from_cents: 16
---

> HTML version: https://runapi.ai/zh-CN/models/gpt-image-2.5
> Site index for agents: https://runapi.ai/llms.txt

[首页](https://runapi.ai/zh-CN/.md) / [模型](https://runapi.ai/zh-CN/models.md) / GPT Image 2.5


# GPT Image 2.5 API

通过 RunAPI 使用 GPT Image 2.5 API，配套 model skill、统一认证和按需计费。

- [在 Playground 试试](https://runapi.ai/zh-CN/login)
- [API 参考 →](https://runapi.ai/zh-CN/docs/api/gpt-image-2-5/text-to-image)

**Provider:** OpenAI
**Modality:** Image
**Catalog:** 2 variants

## 关于 GPT Image 2.5

GPT Image 2.5 API 以在 image 领域的质量/成本平衡见长。安装它的 model skill，把文档、schema、定价说明和接入步骤带进应用开发工作流。

**提供方:** OpenAI
**模态:** Image



## 对比全部 API 变体

| 版本 | 变体 | 价格 | 计费方式 | URL |
|---|---|---|---|---|
| gpt-image-2.5-flare | `gpt-image-2.5-flare` | $0.160 | call | [查看 →](https://runapi.ai/zh-CN/models/gpt-image-2.5/flare.md) |
| gpt-image-2.5-sunburst | `gpt-image-2.5-sunburst` | $0.160 | call | [查看 →](https://runapi.ai/zh-CN/models/gpt-image-2.5/sunburst.md) |


## GPT Image 2.5 定价

| Endpoint | 分辨率 | 时长 | 价格 |  |
|---|---|---|---|---|
| `text_to_image` | 1k, 2k, 4k | — | $0.06-$0.16 / image |  |
| `edit_image` | 1k, 2k, 4k | — | $0.16 / image |  |

当前价格适用于 gpt-image-2.5-flare。其他变体保留各自的 endpoint 定价。






## 开始使用 GPT Image 2.5

1. **选择模型** — 根据输出类型、质量要求和延迟目标选择模型与变体。
2. **配置** — 设置 RunAPI key，并在代码工作区安装对应 model skill。
3. **调用** — 按 skill 里的说明，把模型能力接入到你的应用里。
4. **接收** — 按 task ID 轮询、在支持时使用流式，或处理 webhook 回调。



## GPT Image 2.5 API 是什么？

GPT Image 2.5 API 提供 OpenAI 系列的image模型。通过 RunAPI 可使用统一接口和账单，并安装模型技能包，为 AI 编程助手提供接入文档和参数说明。

**提供方:** [OpenAI](https://runapi.ai/zh-CN/providers/openai.md) — 查看全部 →
**模态:** [Image](https://runapi.ai/zh-CN/models#all-models) — 浏览模型 →



## 为什么用 RunAPI 调用 GPT Image 2.5 API

- **统一认证，接入所有提供方** — 一把 RunAPI key 解锁整个模型目录。无需为每家提供方单独建账户。
- **统一的定价与账单** — USD 按次定价，按月结算。失败的生成不计费。
- **Schema 优先的 SDK** — Typed schema 和接入说明已打包进 model skill，让实现从正确契约开始。


## GPT Image 2.5 常见问题

### 可使用哪些 GPT Image 2.5 模型？

GPT Image 2.5 Flare 和 GPT Image 2.5 Sunburst 均可通过相同 API 格式用于文生图和图像编辑。

### 支持哪些输出分辨率？

文生图和图像编辑请求可选择 1K、2K 或 4K 输出分辨率。

### 可以编辑已有图像吗？

可以。发送一个或多个源图像 URL，并附上编辑提示，即可创建更新后的图像。

### 应该从哪个变体开始？

选满足质量要求的最便宜变体。多数团队从 fast 起步，生产时升级到 pro。

### 有免费额度吗？

创建账户和 API Key 免费。API 调用采用预付费按量计费，充值后即可使用。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。



## 如果喜欢 GPT Image 2.5 API，也可以试试这些

- [Flux](https://runapi.ai/zh-CN/models/flux.md) - Black Forest Labs - 起价 $0.030
- [Flux 2](https://runapi.ai/zh-CN/models/flux-2.md) - Black Forest Labs - 起价 $0.070
- [Flux Kontext](https://runapi.ai/zh-CN/models/flux-kontext.md) - Black Forest Labs - 起价 $0.110
- [GPT Image](https://runapi.ai/zh-CN/models/gpt-image.md) - OpenAI - 起价 $0.120


## 立即体验 GPT Image 2.5 API。

- [免费注册](https://runapi.ai/zh-CN/login)
- [阅读快速开始 →](https://runapi.ai/zh-CN/docs/api/gpt-image-2-5/text-to-image)

## 变体

- [GPT Image 2.5 gpt-image-2.5-flare](https://runapi.ai/zh-CN/models/gpt-image-2.5/flare.md)
- [GPT Image 2.5 gpt-image-2.5-sunburst](https://runapi.ai/zh-CN/models/gpt-image-2.5/sunburst.md)

## 同类

- [Flux](https://runapi.ai/zh-CN/models/flux.md)
- [Flux 2](https://runapi.ai/zh-CN/models/flux-2.md)
- [Flux Kontext](https://runapi.ai/zh-CN/models/flux-kontext.md)
- [GPT Image](https://runapi.ai/zh-CN/models/gpt-image.md)

## 同提供方

- [Embedding](https://runapi.ai/zh-CN/models/embedding.md)
- [GPT](https://runapi.ai/zh-CN/models/gpt.md)
- [GPT Image](https://runapi.ai/zh-CN/models/gpt-image.md)
- [GPT Image 2](https://runapi.ai/zh-CN/models/gpt-image-2.md)

## 文档

- [快速开始](https://runapi.ai/zh-CN/docs)
- [API 参考](https://runapi.ai/zh-CN/docs)
- [SDK README](https://github.com/runapi-ai)
- 更新日志


---

## More from RunAPI

- [Home](https://runapi.ai/zh-CN/.md)
### 产品
- [模型目录](https://runapi.ai/zh-CN/models.md)
- [定价](https://runapi.ai/zh-CN/pricing.md)
- [提供方](https://runapi.ai/zh-CN/models#all-models)
### 开发者
- [文档](https://runapi.ai/zh-CN/docs/guides)
- [SDK](https://runapi.ai/zh-CN/sdk.md)
- [CLI](https://runapi.ai/zh-CN/cli.md)
- [MCP Server](https://runapi.ai/zh-CN/mcp.md)
### 指南
- [Claude Code 与 Cursor](https://runapi.ai/zh-CN/claude-code-vs-cursor.md)
- [Cursor API 设置](https://runapi.ai/zh-CN/cursor-api-setup.md)
- [RunAPI 与 OpenRouter](https://runapi.ai/zh-CN/openrouter-alternative.md)
### 公司
- [企业版](https://runapi.ai/zh-CN/contact.md)
- [联系](https://runapi.ai/zh-CN/contact.md)
### 法律
- [服务条款](https://runapi.ai/zh-CN/terms.md)
- [隐私政策](https://runapi.ai/zh-CN/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-CN",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-CN/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-CN",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-CNicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "SoftwareApplication",
    "name": "GPT Image 2.5",
    "applicationCategory": "DeveloperApplication",
    "operatingSystem": "Cross-platform",
    "hasVariant": [
      {
        "@type": "SoftwareApplication",
        "name": "GPT Image 2.5 gpt-image-2.5-flare"
      },
      {
        "@type": "SoftwareApplication",
        "name": "GPT Image 2.5 gpt-image-2.5-sunburst"
      }
    ],
    "offers": {
      "@type": "AggregateOffer",
      "lowPrice": "$0.160",
      "priceCurrency": "USD"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/zh-CN"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/zh-CN/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT Image 2.5",
        "item": "https://runapi.ai/zh-CN/models/gpt-image-2.5"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "HowTo",
    "name": "四步从 model skill 到首次结果",
    "description": "对比 GPT Image 2.5 API 的全部变体、每次调用价格，以及用于应用开发的 GPT Image 2.5 skill。一把 API key，skill-first 工作流。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "选择模型",
        "text": "根据输出类型、质量要求和延迟目标选择模型与变体。",
        "url": "https://runapi.ai/zh-CN/models/gpt-image-2.5#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "配置",
        "text": "设置 RunAPI key，并在代码工作区安装对应 model skill。",
        "url": "https://runapi.ai/zh-CN/models/gpt-image-2.5#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "调用",
        "text": "按 skill 里的说明，把模型能力接入到你的应用里。",
        "url": "https://runapi.ai/zh-CN/models/gpt-image-2.5#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "按 task ID 轮询、在支持时使用流式，或处理 webhook 回调。",
        "url": "https://runapi.ai/zh-CN/models/gpt-image-2.5#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "可使用哪些 GPT Image 2.5 模型？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "GPT Image 2.5 Flare 和 GPT Image 2.5 Sunburst 均可通过相同 API 格式用于文生图和图像编辑。"
        }
      },
      {
        "@type": "Question",
        "name": "支持哪些输出分辨率？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "文生图和图像编辑请求可选择 1K、2K 或 4K 输出分辨率。"
        }
      },
      {
        "@type": "Question",
        "name": "可以编辑已有图像吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以。发送一个或多个源图像 URL，并附上编辑提示，即可创建更新后的图像。"
        }
      },
      {
        "@type": "Question",
        "name": "应该从哪个变体开始？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "选满足质量要求的最便宜变体。多数团队从 fast 起步，生产时升级到 pro。"
        }
      },
      {
        "@type": "Question",
        "name": "有免费额度吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "创建账户和 API Key 免费。API 调用采用预付费按量计费，充值后即可使用。"
        }
      },
      {
        "@type": "Question",
        "name": "支持流式吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "模型支持流式时，RunAPI 端到端流式。"
        }
      },
      {
        "@type": "Question",
        "name": "失败怎么计费？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "失败的生成不计费。"
        }
      },
      {
        "@type": "Question",
        "name": "输出会缓存吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "输出按任务 ID 存储在 R2 供回取。输入不缓存。"
        }
      },
      {
        "@type": "Question",
        "name": "可以商用吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以——所有变体默认含商用许可，除非模型许可明确限制；有例外会在变体页面注明。"
        }
      },
      {
        "@type": "Question",
        "name": "速率限制？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Key 级限流随使用层级伸缩。当前限制见定价页。"
        }
      },
      {
        "@type": "Question",
        "name": "在哪里报问题？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "在公共 GitHub 仓库提 issue 或邮件联系 support。"
        }
      }
    ]
  }
]
```
