---
title: OpenClaw x GPT-4o Image guide | RunAPI
description: Use GPT-4o Image with OpenClaw through RunAPI. Compare current model IDs, endpoints, and prices, then follow the matching configuration workflow.
url: https://runapi.ai/openclaw-gpt-4o-image.md
canonical: https://runapi.ai/openclaw-gpt-4o-image
locale: en
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-gpt-4o-image
  zh-CN: https://runapi.ai/zh-CN/openclaw-gpt-4o-image
  es: https://runapi.ai/es/openclaw-gpt-4o-image
  ja: https://runapi.ai/ja/openclaw-gpt-4o-image
  de: https://runapi.ai/de/openclaw-gpt-4o-image
  fr: https://runapi.ai/fr/openclaw-gpt-4o-image
  pt-BR: https://runapi.ai/pt-BR/openclaw-gpt-4o-image
  ko: https://runapi.ai/ko/openclaw-gpt-4o-image
  it: https://runapi.ai/it/openclaw-gpt-4o-image
  nl: https://runapi.ai/nl/openclaw-gpt-4o-image
  pl: https://runapi.ai/pl/openclaw-gpt-4o-image
  tr: https://runapi.ai/tr/openclaw-gpt-4o-image
  zh-TW: https://runapi.ai/zh-TW/openclaw-gpt-4o-image
  zh-HK: https://runapi.ai/zh-HK/openclaw-gpt-4o-image
  ar: https://runapi.ai/ar/openclaw-gpt-4o-image
  x-default: https://runapi.ai/openclaw-gpt-4o-image
model_line: gpt-4o-image
---

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

# OpenClaw x GPT-4o Image

GPT-4o Image integrates visual creation natively into GPT-4o, combining reasoning with generation. Through RunAPI, it shares the same API access and billing as all OpenAI models.

## Public versions and endpoints

| Model ID | Version | Endpoints | Starting price |
| --- | --- | --- | --- |
| `gpt-4o-image` | gpt-4o-image | /api/v1/gpt_4o_image/text_to_image | $0.060 |

## Configuration

Set `RUNAPI_API_KEY`, then create a request with `<model-id>` at `<endpoint>`. Poll only when the endpoint returns an asynchronous Task.

```shell
export RUNAPI_API_KEY=your_api_key

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


## Verify


POST /api/v1/gpt_4o_image/text_to_image and save the returned Task id.
GET /api/v1/gpt_4o_image/text_to_image/<task-id> until status is completed or failed.
Verify the completed response contains the endpoint-specific output documented in the API reference.


## How it works

1. **Choose a model ID.** Select a public catalog model ID and review its endpoint and current starting price.
2. **Configure RunAPI.** Set RUNAPI_API_KEY before making the endpoint request.
3. **Verify the result.** For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.

## FAQ

### Which model ID should I use?

Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.

### Does this guide configure a chat model?

No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model.


### Links

- [OpenClaw](https://runapi.ai/openclaw)
- [GPT-4o Image - Catalog](https://runapi.ai/models/gpt-4o-image)
- [gpt-4o-image](https://runapi.ai/models/gpt-4o-image/gpt-4o-image)

---

## More from RunAPI

- [Home](https://runapi.ai/.md)
- [Models](https://runapi.ai/models.md)
- [AI Video API Comparison](https://runapi.ai/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/openclaw.md)
- [Best API for OpenClaw](https://runapi.ai/best-api-for-openclaw.md)
- [OpenClaw Image Generation](https://runapi.ai/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/hermes-agent.md)
- [Pricing](https://runapi.ai/pricing.md)
- [Claude API Pricing](https://runapi.ai/claude-api-pricing.md)
- [ChatGPT API Pricing](https://runapi.ai/chatgpt-api-pricing.md)
- [OpenAI API Pricing](https://runapi.ai/openai-api-pricing.md)
- [Gemini API Pricing](https://runapi.ai/gemini-api-pricing.md)
- [Claude Code Pricing](https://runapi.ai/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/requesty-alternative.md)
- [Docs](https://runapi.ai/docs/guides)
- [SDK](https://runapi.ai/sdk.md)
- [Skills](https://runapi.ai/skills.md)
- [MCP Server](https://runapi.ai/mcp.md)
- [CLI](https://runapi.ai/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Contact](mailto:support@runapi.ai)
- [Terms](https://runapi.ai/terms.md)
- [Privacy](https://runapi.ai/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/icon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x GPT-4o Image",
    "applicationCategory": "DeveloperApplication",
    "description": "Use GPT-4o Image with OpenClaw through RunAPI. Compare current model IDs, endpoints, and prices, then follow the matching configuration workflow.",
    "url": "https://runapi.ai/openclaw-gpt-4o-image"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Which model ID should I use?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version."
        }
      },
      {
        "@type": "Question",
        "name": "Does this guide configure a chat model?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "HowTo",
    "name": "Use GPT-4o Image with OpenClaw",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Choose a model ID",
        "text": "Select a public catalog model ID and review its endpoint and current starting price.",
        "url": "https://runapi.ai/openclaw-gpt-4o-image#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configure RunAPI",
        "text": "Set RUNAPI_API_KEY before making the endpoint request.",
        "url": "https://runapi.ai/openclaw-gpt-4o-image#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Verify the result",
        "text": "For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.",
        "url": "https://runapi.ai/openclaw-gpt-4o-image#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT-4o Image",
        "item": "https://runapi.ai/openclaw-gpt-4o-image"
      }
    ]
  }
]
```
