---
title: "GPT Image 2 API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/gpt-image-2.md"
canonical: "https://runapi.ai/ja/models/gpt-image-2.md"
locale: "ja"
model: "GPT Image 2"
provider: "OpenAI"
modality: "image"
variant_count: 1
price_from_cents: 6
---

# GPT Image 2 API

ほぼ完璧な多言語テキストレンダリングを持つOpenAI画像生成向けにGPT Image 2 APIにアクセスできます。

**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経由では、テキスト→画像と画像編集の両エンドポイントが1つのキーを共有します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

失敗した生成は課金されません

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

