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

# GPT-4o Image API

会話内でのネイティブな画像生成と編集向けにGPT-4o Image APIにアクセスできます。

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

GPT-4o ImageはGPT-4oの会話内でネイティブな画像生成を可能にし、言語理解と視覚的な作成を1つのモデルに組み合わせます。会話のコンテキストを解釈して、文脈に即した正確な画像を生成します。

## Variants

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

## Pricing

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

## Spec sheet

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


## Install the skill

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

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

## Context

GPT-4o Imageは推論と生成を組み合わせて、視覚的な作成をGPT-4oにネイティブに統合します。RunAPI経由では、すべてのOpenAIモデルと同じAPIアクセスと課金を共有します。

## FAQ

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

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

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

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

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

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

