---
title: OpenClaw x GPT Image 2 ガイド | RunAPI
description: RunAPI 経由で OpenClaw から GPT Image 2 を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。
url: https://runapi.ai/ja/openclaw-gpt-image-2.md
canonical: https://runapi.ai/ja/openclaw-gpt-image-2
locale: ja
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-gpt-image-2
  zh-CN: https://runapi.ai/zh-CN/openclaw-gpt-image-2
  es: https://runapi.ai/es/openclaw-gpt-image-2
  ja: https://runapi.ai/ja/openclaw-gpt-image-2
  de: https://runapi.ai/de/openclaw-gpt-image-2
  fr: https://runapi.ai/fr/openclaw-gpt-image-2
  pt-BR: https://runapi.ai/pt-BR/openclaw-gpt-image-2
  ko: https://runapi.ai/ko/openclaw-gpt-image-2
  it: https://runapi.ai/it/openclaw-gpt-image-2
  nl: https://runapi.ai/nl/openclaw-gpt-image-2
  pl: https://runapi.ai/pl/openclaw-gpt-image-2
  tr: https://runapi.ai/tr/openclaw-gpt-image-2
  zh-TW: https://runapi.ai/zh-TW/openclaw-gpt-image-2
  zh-HK: https://runapi.ai/zh-HK/openclaw-gpt-image-2
  ar: https://runapi.ai/ar/openclaw-gpt-image-2
  x-default: https://runapi.ai/openclaw-gpt-image-2
model_line: gpt-image-2
---

> HTML version: https://runapi.ai/ja/openclaw-gpt-image-2
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x GPT Image 2

GPT Image 2はOpenAIの最新画像モデルで、ほぼ完璧な多言語テキストレンダリングで知られています。RunAPI経由では、テキスト→画像と画像編集の両エンドポイントが1つのキーを共有します。

## 公開バージョンとエンドポイント

| モデル ID | バージョン | エンドポイント | 開始価格 |
| --- | --- | --- | --- |
| `gpt-image-2` | gpt-image-2 | /api/v1/gpt_image_2/text_to_image, /api/v1/gpt_image_2/edit_image | $0.060 |

## 設定

`RUNAPI_API_KEY` を設定し、`<endpoint>` に `<model-id>` を含むリクエストを送信します。非同期 Task が返る場合のみポーリングします。

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai/api/v1/gpt_image_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "gpt-image-2",
  "prompt": "A cobalt vase on white marble."
}'
```


## 検証


POST /api/v1/gpt_image_2/text_to_image を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET /api/v1/gpt_image_2/text_to_image/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。


## 利用手順

1. **モデル ID を選択.** 公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。
2. **RunAPI を設定.** エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。
3. **結果を検証.** 非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。

## よくある質問

### どのモデル ID を使うべきですか？

バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。

### このガイドはチャットモデルを設定しますか？

いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。


### リンク

- [OpenClaw](https://runapi.ai/ja/openclaw)
- [GPT Image 2 - モデルカタログ](https://runapi.ai/ja/models/gpt-image-2)
- [gpt-image-2](https://runapi.ai/ja/models/gpt-image-2/gpt-image-2)

---

## More from RunAPI

- [Home](https://runapi.ai/ja/.md)
- [モデル](https://runapi.ai/ja/models.md)
- [動画API比較](https://runapi.ai/ja/ai-video-api-comparison.md)
- [OpenClaw 統合](https://runapi.ai/ja/openclaw.md)
- [OpenClaw に最適な API](https://runapi.ai/ja/best-api-for-openclaw.md)
- [OpenClaw 画像生成](https://runapi.ai/ja/openclaw-image-generation.md)
- [Hermes 統合](https://runapi.ai/ja/hermes-agent.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [Claude API 料金](https://runapi.ai/ja/claude-api-pricing.md)
- [ChatGPT API 料金](https://runapi.ai/ja/chatgpt-api-pricing.md)
- [OpenAI API 料金](https://runapi.ai/ja/openai-api-pricing.md)
- [Gemini API 料金](https://runapi.ai/ja/gemini-api-pricing.md)
- [Claude Code 料金](https://runapi.ai/ja/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ja/claude-code-api.md)
- [Claude Code と Cursor 比較](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Claude Max と API 比較](https://runapi.ai/ja/claude-max-vs-api.md)
- [Requesty 代替](https://runapi.ai/ja/requesty-alternative.md)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [Skills](https://runapi.ai/ja/skills.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [フィードバック](https://runapi.makethisbetter.dev)
- [お問い合わせ](mailto:support@runapi.ai)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x GPT Image 2",
    "applicationCategory": "DeveloperApplication",
    "description": "RunAPI 経由で OpenClaw から GPT Image 2 を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。",
    "url": "https://runapi.ai/ja/openclaw-gpt-image-2"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "どのモデル ID を使うべきですか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。"
        }
      },
      {
        "@type": "Question",
        "name": "このガイドはチャットモデルを設定しますか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "HowTo",
    "name": "OpenClaw で GPT Image 2 を使用する",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "モデル ID を選択",
        "text": "公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。",
        "url": "https://runapi.ai/ja/openclaw-gpt-image-2#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI を設定",
        "text": "エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。",
        "url": "https://runapi.ai/ja/openclaw-gpt-image-2#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "結果を検証",
        "text": "非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。",
        "url": "https://runapi.ai/ja/openclaw-gpt-image-2#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "ホーム",
        "item": "https://runapi.ai/ja"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/ja/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT Image 2",
        "item": "https://runapi.ai/ja/openclaw-gpt-image-2"
      }
    ]
  }
]
```
