---
title: "GPT Image 2 API — 全部变体、定价与 Model Skill | RunAPI"
url: "https://runapi.ai/zh-CN/models/gpt-image-2.md"
canonical: "https://runapi.ai/zh-CN/models/gpt-image-2.md"
locale: "zh-CN"
model: "GPT Image 2"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 6
---

# GPT Image 2 API

GPT Image 2 API 调用 OpenAI 最新图像生成，支持多语言图内文字近乎完美渲染。

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

GPT Image 2 是 OpenAI 最新的图像生成模型，支持近乎完美的多语言图内文字渲染，在指令遵循和细节表现上均优于前代版本。

## Variants

Single-SKU line. The SDK model ID is `gpt-image-2` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_image` | $0.060 | call |
| `edit_image` | $0.060 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `gpt-image-2` |
| Provider | OpenAI |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/gpt_image_2/text_to_image` |


## Install the skill

```sh
npx skills add runapi-ai/gpt-image-2 -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add GPT Image 2 features to an application.

## Context

GPT Image 2 是 OpenAI 最新图像模型，以多语言图内文字近乎完美渲染著称。通过 RunAPI，文生图和图像编辑端点共享一把 key。

## FAQ

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

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

### 有免费额度吗？

新账户每个模型都有免费调用额度，之后按次计费。

### 支持流式吗？

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

### 失败怎么计费？

失败的生成不计费。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 可以商用吗？

可以——所有变体默认含商用许可，除非模型许可明确限制；有例外会在变体页面注明。

### 速率限制？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 在哪里报问题？

在公共 GitHub 仓库提 issue 或邮件联系 support。

