---
title: Przewodnik OpenClaw x GPT-4o Image | RunAPI
description: Używaj GPT-4o Image z OpenClaw przez RunAPI. Porównaj bieżące identyfikatory modeli, endpointy i ceny, a następnie wykonaj odpowiedni proces konfiguracji.
url: https://runapi.ai/pl/openclaw-gpt-4o-image.md
canonical: https://runapi.ai/pl/openclaw-gpt-4o-image
locale: pl
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/pl/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.

## Publiczne wersje i endpointy

| ID modelu | Wersja | Endpointy | Cena początkowa |
| --- | --- | --- | --- |
| `gpt-4o-image` | gpt-4o-image | /api/v1/gpt_4o_image/text_to_image | $0.060 |

## Konfiguracja

Ustaw `RUNAPI_API_KEY`, a następnie utwórz żądanie z `<model-id>` pod `<endpoint>`. Odpytuj stan tylko wtedy, gdy endpoint zwraca asynchroniczną 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"
}'
```


## Weryfikacja


Wyślij POST do /api/v1/gpt_4o_image/text_to_image i zapisz ID zwróconej Task.
Wyślij GET do /api/v1/gpt_4o_image/text_to_image/<task-id>, aż stan zmieni się na completed lub failed.
Sprawdź, czy odpowiedź completed zawiera wynik właściwy dla endpointu opisany w dokumentacji API.


## Jak to działa

1. **Wybierz ID modelu.** Wybierz publiczny ID modelu z katalogu i sprawdź jego endpoint oraz bieżącą cenę początkową.
2. **Skonfiguruj RunAPI.** Ustaw RUNAPI_API_KEY przed wysłaniem żądania do endpointu.
3. **Zweryfikuj wynik.** Dla asynchronicznych endpointów odpytuj ten sam endpoint, aż Task osiągnie stan końcowy.

## Częste pytania

### Którego ID modelu użyć?

Wybierz publiczny ID modelu z tabeli wersji. Każdy ID udostępnia endpointy pokazane w jego wierszu.

### Czy ten przewodnik konfiguruje model czatu?

Nie. Ta linia modeli korzysta z pokazanego procesu endpointu i nie jest przedstawiana jako model czatu agenta.


### Linki

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

---

## More from RunAPI

- [Home](https://runapi.ai/pl/.md)
- [Modele](https://runapi.ai/pl/models.md)
- [Porównanie API wideo AI](https://runapi.ai/pl/ai-video-api-comparison.md)
- [Integracja z OpenClaw](https://runapi.ai/pl/openclaw.md)
- [Najlepsza API dla OpenClaw](https://runapi.ai/pl/best-api-for-openclaw.md)
- [Generowanie obrazów OpenClaw](https://runapi.ai/pl/openclaw-image-generation.md)
- [Integracja z Hermes Agent](https://runapi.ai/pl/hermes-agent.md)
- [Cennik](https://runapi.ai/pl/pricing.md)
- [Cennik Claude API](https://runapi.ai/pl/claude-api-pricing.md)
- [Cennik ChatGPT API](https://runapi.ai/pl/chatgpt-api-pricing.md)
- [Cennik OpenAI API](https://runapi.ai/pl/openai-api-pricing.md)
- [Cennik Gemini API](https://runapi.ai/pl/gemini-api-pricing.md)
- [Cennik Claude Code](https://runapi.ai/pl/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/pl/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/pl/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/pl/claude-max-vs-api.md)
- [Alternatywa dla Requesty](https://runapi.ai/pl/requesty-alternative.md)
- [Dokumentacja API](https://runapi.ai/pl/docs/guides)
- [SDK](https://runapi.ai/pl/sdk.md)
- [Umiejętności](https://runapi.ai/pl/skills.md)
- [Serwer MCP](https://runapi.ai/pl/mcp.md)
- [CLI](https://runapi.ai/pl/cli.md)
- [Opinia](https://runapi.makethisbetter.dev)
- [Kontakt](mailto:support@runapi.ai)
- [Regulamin](https://runapi.ai/pl/terms.md)
- [Prywatność](https://runapi.ai/pl/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/pl",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/pl/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/pl",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/plicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x GPT-4o Image",
    "applicationCategory": "DeveloperApplication",
    "description": "Używaj GPT-4o Image z OpenClaw przez RunAPI. Porównaj bieżące identyfikatory modeli, endpointy i ceny, a następnie wykonaj odpowiedni proces konfiguracji.",
    "url": "https://runapi.ai/pl/openclaw-gpt-4o-image"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Którego ID modelu użyć?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Wybierz publiczny ID modelu z tabeli wersji. Każdy ID udostępnia endpointy pokazane w jego wierszu."
        }
      },
      {
        "@type": "Question",
        "name": "Czy ten przewodnik konfiguruje model czatu?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Nie. Ta linia modeli korzysta z pokazanego procesu endpointu i nie jest przedstawiana jako model czatu agenta."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "HowTo",
    "name": "Używanie GPT-4o Image z OpenClaw",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Wybierz ID modelu",
        "text": "Wybierz publiczny ID modelu z katalogu i sprawdź jego endpoint oraz bieżącą cenę początkową.",
        "url": "https://runapi.ai/pl/openclaw-gpt-4o-image#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Skonfiguruj RunAPI",
        "text": "Ustaw RUNAPI_API_KEY przed wysłaniem żądania do endpointu.",
        "url": "https://runapi.ai/pl/openclaw-gpt-4o-image#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Zweryfikuj wynik",
        "text": "Dla asynchronicznych endpointów odpytuj ten sam endpoint, aż Task osiągnie stan końcowy.",
        "url": "https://runapi.ai/pl/openclaw-gpt-4o-image#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "pl",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Strona główna",
        "item": "https://runapi.ai/pl"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/pl/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT-4o Image",
        "item": "https://runapi.ai/pl/openclaw-gpt-4o-image"
      }
    ]
  }
]
```
