---
title: Handleiding voor OpenClaw x GPT-4o Image | RunAPI
description: Gebruik GPT-4o Image met OpenClaw via RunAPI. Vergelijk actuele model-ID's, endpoints en prijzen en volg daarna de passende configuratiestappen.
url: https://runapi.ai/nl/openclaw-gpt-4o-image.md
canonical: https://runapi.ai/nl/openclaw-gpt-4o-image
locale: nl
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/nl/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.

## Openbare versies en endpoints

| Model-ID | Versie | Endpoints | Vanafprijs |
| --- | --- | --- | --- |
| `gpt-4o-image` | gpt-4o-image | /api/v1/gpt_4o_image/text_to_image | $0.060 |

## Configuratie

Stel `RUNAPI_API_KEY` in en maak een aanvraag met `<model-id>` bij `<endpoint>`. Poll alleen wanneer het endpoint een asynchrone Task retourneert.

```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"
}'
```


## Verifiëren


Stuur POST naar /api/v1/gpt_4o_image/text_to_image en bewaar de ID van de geretourneerde Task.
Stuur GET naar /api/v1/gpt_4o_image/text_to_image/<task-id> totdat de status completed of failed is.
Controleer of het completed-antwoord de endpointspecifieke uitvoer bevat die in de API-referentie staat.


## Zo werkt het

1. **Kies een model-ID.** Selecteer een openbare model-ID uit de catalogus en bekijk het endpoint en de actuele vanafprijs.
2. **Configureer RunAPI.** Stel RUNAPI_API_KEY in voordat je de endpointaanvraag verzendt.
3. **Verifieer het resultaat.** Poll bij asynchrone endpoints hetzelfde endpoint totdat de Task een eindstatus bereikt.

## Veelgestelde vragen

### Welke model-ID moet ik gebruiken?

Kies een openbare model-ID uit de versietabel. Elke ID biedt de endpoints die in de betreffende rij staan.

### Configureert deze handleiding een chatmodel?

Nee. Deze modellijn gebruikt de hier getoonde endpointworkflow en wordt niet als chatmodel voor de agent gepresenteerd.


### Links

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

---

## More from RunAPI

- [Home](https://runapi.ai/nl/.md)
- [Modellen](https://runapi.ai/nl/models.md)
- [AI-video-API vergelijking](https://runapi.ai/nl/ai-video-api-comparison.md)
- [OpenClaw Integratie](https://runapi.ai/nl/openclaw.md)
- [Beste API voor OpenClaw](https://runapi.ai/nl/best-api-for-openclaw.md)
- [OpenClaw Beeldgeneratie](https://runapi.ai/nl/openclaw-image-generation.md)
- [Hermes Agent Integratie](https://runapi.ai/nl/hermes-agent.md)
- [Prijzen](https://runapi.ai/nl/pricing.md)
- [Claude API Prijzen](https://runapi.ai/nl/claude-api-pricing.md)
- [ChatGPT API Prijzen](https://runapi.ai/nl/chatgpt-api-pricing.md)
- [OpenAI API Prijzen](https://runapi.ai/nl/openai-api-pricing.md)
- [Gemini API Prijzen](https://runapi.ai/nl/gemini-api-pricing.md)
- [Claude Code Prijzen](https://runapi.ai/nl/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/nl/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/nl/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/nl/claude-max-vs-api.md)
- [Requesty Alternatief](https://runapi.ai/nl/requesty-alternative.md)
- [Docs](https://runapi.ai/nl/docs/guides)
- [SDK](https://runapi.ai/nl/sdk.md)
- [Skills](https://runapi.ai/nl/skills.md)
- [MCP Server](https://runapi.ai/nl/mcp.md)
- [CLI](https://runapi.ai/nl/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Contact](mailto:support@runapi.ai)
- [Voorwaarden](https://runapi.ai/nl/terms.md)
- [Privacy](https://runapi.ai/nl/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/nl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/nl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/nlicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x GPT-4o Image",
    "applicationCategory": "DeveloperApplication",
    "description": "Gebruik GPT-4o Image met OpenClaw via RunAPI. Vergelijk actuele model-ID's, endpoints en prijzen en volg daarna de passende configuratiestappen.",
    "url": "https://runapi.ai/nl/openclaw-gpt-4o-image"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Welke model-ID moet ik gebruiken?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Kies een openbare model-ID uit de versietabel. Elke ID biedt de endpoints die in de betreffende rij staan."
        }
      },
      {
        "@type": "Question",
        "name": "Configureert deze handleiding een chatmodel?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Nee. Deze modellijn gebruikt de hier getoonde endpointworkflow en wordt niet als chatmodel voor de agent gepresenteerd."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "HowTo",
    "name": "GPT-4o Image gebruiken met OpenClaw",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Kies een model-ID",
        "text": "Selecteer een openbare model-ID uit de catalogus en bekijk het endpoint en de actuele vanafprijs.",
        "url": "https://runapi.ai/nl/openclaw-gpt-4o-image#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configureer RunAPI",
        "text": "Stel RUNAPI_API_KEY in voordat je de endpointaanvraag verzendt.",
        "url": "https://runapi.ai/nl/openclaw-gpt-4o-image#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Verifieer het resultaat",
        "text": "Poll bij asynchrone endpoints hetzelfde endpoint totdat de Task een eindstatus bereikt.",
        "url": "https://runapi.ai/nl/openclaw-gpt-4o-image#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "nl",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/nl"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/nl/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT-4o Image",
        "item": "https://runapi.ai/nl/openclaw-gpt-4o-image"
      }
    ]
  }
]
```
