---
title: Anleitung für Hermes Agent x GPT Image 2 | RunAPI
description: Verwende GPT Image 2 mit Hermes Agent über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.
url: https://runapi.ai/de/hermes-gpt-image-2.md
canonical: https://runapi.ai/de/hermes-gpt-image-2
locale: de
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/hermes-gpt-image-2
  zh-CN: https://runapi.ai/zh-CN/hermes-gpt-image-2
  es: https://runapi.ai/es/hermes-gpt-image-2
  ja: https://runapi.ai/ja/hermes-gpt-image-2
  de: https://runapi.ai/de/hermes-gpt-image-2
  fr: https://runapi.ai/fr/hermes-gpt-image-2
  pt-BR: https://runapi.ai/pt-BR/hermes-gpt-image-2
  ko: https://runapi.ai/ko/hermes-gpt-image-2
  it: https://runapi.ai/it/hermes-gpt-image-2
  nl: https://runapi.ai/nl/hermes-gpt-image-2
  pl: https://runapi.ai/pl/hermes-gpt-image-2
  tr: https://runapi.ai/tr/hermes-gpt-image-2
  zh-TW: https://runapi.ai/zh-TW/hermes-gpt-image-2
  zh-HK: https://runapi.ai/zh-HK/hermes-gpt-image-2
  ar: https://runapi.ai/ar/hermes-gpt-image-2
  x-default: https://runapi.ai/hermes-gpt-image-2
model_line: gpt-image-2
---

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

# Hermes Agent x GPT Image 2

GPT Image 2 ist OpenAIs neuestes Bildmodell, bekannt für nahezu perfektes mehrsprachiges Text-Rendering. Über RunAPI teilen Text-zu-Bild- und Bildbearbeitungs-Endpunkte einen gemeinsamen Key.

## Öffentliche Versionen und Endpunkte

| Modell-ID | Version | Endpunkte | Startpreis |
| --- | --- | --- | --- |
| `gpt-image-2` | gpt-image-2 | /api/v1/gpt_image_2/text_to_image, /api/v1/gpt_image_2/edit_image | $0.060 |

## Konfiguration

Setze `RUNAPI_API_KEY` und erstelle dann eine Anfrage mit `<model-id>` an `<endpoint>`. Frage den Status nur ab, wenn der Endpunkt eine asynchrone Task zurückgibt.

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


## Überprüfen


Sende POST an /api/v1/gpt_image_2/text_to_image und speichere die ID der zurückgegebenen Task.
Sende GET an /api/v1/gpt_image_2/text_to_image/<task-id>, bis der Status completed oder failed ist.
Prüfe, ob die completed-Antwort die in der API-Referenz dokumentierte endpunktspezifische Ausgabe enthält.


## So funktioniert es

1. **Modell-ID auswählen.** Wähle eine öffentliche Katalog-Modell-ID und prüfe ihren Endpunkt und aktuellen Startpreis.
2. **RunAPI konfigurieren.** Setze RUNAPI_API_KEY, bevor du die Endpunktanfrage sendest.
3. **Ergebnis überprüfen.** Frage bei asynchronen Endpunkten denselben Endpunkt ab, bis die Task einen Endstatus erreicht.

## Häufige Fragen

### Welche Modell-ID soll ich verwenden?

Wähle eine öffentliche Modell-ID aus der Versionstabelle. Jede ID stellt die in ihrer Zeile gezeigten Endpunkte bereit.

### Konfiguriert diese Anleitung ein Chatmodell?

Nein. Diese Modelllinie verwendet den hier gezeigten Endpunktablauf und wird nicht als Agent-Chatmodell dargestellt.


### Links

- [Hermes Agent](https://runapi.ai/de/hermes-agent)
- [GPT Image 2 - Katalog](https://runapi.ai/de/models/gpt-image-2)
- [gpt-image-2](https://runapi.ai/de/models/gpt-image-2/gpt-image-2)

---

## More from RunAPI

- [Home](https://runapi.ai/de/.md)
- [Modelle](https://runapi.ai/de/models.md)
- [KI-Video-API Vergleich](https://runapi.ai/de/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/de/openclaw.md)
- [Beste API für OpenClaw](https://runapi.ai/de/best-api-for-openclaw.md)
- [OpenClaw Bildgenerierung](https://runapi.ai/de/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/de/hermes-agent.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Claude API Preise](https://runapi.ai/de/claude-api-pricing.md)
- [ChatGPT API Preise](https://runapi.ai/de/chatgpt-api-pricing.md)
- [OpenAI API Preise](https://runapi.ai/de/openai-api-pricing.md)
- [Gemini API Preise](https://runapi.ai/de/gemini-api-pricing.md)
- [Claude Code Preise](https://runapi.ai/de/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/de/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/de/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/de/requesty-alternative.md)
- [Docs](https://runapi.ai/de/docs/guides)
- [SDK](https://runapi.ai/de/sdk.md)
- [Skills](https://runapi.ai/de/skills.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [CLI](https://runapi.ai/de/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Kontakt](mailto:support@runapi.ai)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x GPT Image 2",
    "applicationCategory": "DeveloperApplication",
    "description": "Verwende GPT Image 2 mit Hermes Agent über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.",
    "url": "https://runapi.ai/de/hermes-gpt-image-2"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Welche Modell-ID soll ich verwenden?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Wähle eine öffentliche Modell-ID aus der Versionstabelle. Jede ID stellt die in ihrer Zeile gezeigten Endpunkte bereit."
        }
      },
      {
        "@type": "Question",
        "name": "Konfiguriert diese Anleitung ein Chatmodell?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Nein. Diese Modelllinie verwendet den hier gezeigten Endpunktablauf und wird nicht als Agent-Chatmodell dargestellt."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "HowTo",
    "name": "GPT Image 2 mit Hermes Agent verwenden",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Modell-ID auswählen",
        "text": "Wähle eine öffentliche Katalog-Modell-ID und prüfe ihren Endpunkt und aktuellen Startpreis.",
        "url": "https://runapi.ai/de/hermes-gpt-image-2#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI konfigurieren",
        "text": "Setze RUNAPI_API_KEY, bevor du die Endpunktanfrage sendest.",
        "url": "https://runapi.ai/de/hermes-gpt-image-2#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Ergebnis überprüfen",
        "text": "Frage bei asynchronen Endpunkten denselben Endpunkt ab, bis die Task einen Endstatus erreicht.",
        "url": "https://runapi.ai/de/hermes-gpt-image-2#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Start",
        "item": "https://runapi.ai/de"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/de/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GPT Image 2",
        "item": "https://runapi.ai/de/hermes-gpt-image-2"
      }
    ]
  }
]
```
