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

> HTML version: https://runapi.ai/de/hermes-veo-3.1
> Site index for agents: https://runapi.ai/llms.txt

# Hermes Agent x Veo 3.1

Veo 3 ist ein Frontier-Videogenerierungsmodell von Google DeepMind, das sich durch native Audio-Video-Jointhese auszeichnet. Über RunAPI profitiert es von einheitlichem API-Zugang und gemeinsamer Abrechnung über alle Google-Modelle.

## Öffentliche Versionen und Endpunkte

| Modell-ID | Version | Endpunkte | Startpreis |
| --- | --- | --- | --- |
| `veo-3.1` | Veo-3.1-Generierung höchster Güte mit 4/6/8s-Dauerkontrolle | /api/v1/veo_3_1/text_to_video | $2.50 |
| `veo-3.1-fast` | Schnelle Veo-3.1-Generierung mit 4/6/8s-Dauerkontrolle für Entwürfe und Iteration | /api/v1/veo_3_1/text_to_video | $0.600 |
| `veo-3.1-lite` | Veo-3.1-Modell für umfangreiche 720p-Videogenerierung | /api/v1/veo_3_1/text_to_video | $0.300 |

## Konfiguration

Wähle `<model-id>`, bevor du einen Befehl verwendest. Diese Seite wählt kein Standardmodell aus.
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<endpoint> \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d @request.json
```


## Überprüfen


Sende POST an <endpoint> und speichere die ID der zurückgegebenen Task.
Sende GET an <endpoint>/<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.

## Zusätzliche Operationen

Diese Operationen verwenden keine Modell-ID.

- `/api/v1/veo_3_1/extend_video` (keine Modell-ID)
- `/api/v1/veo_3_1/upscale_video` (keine Modell-ID)

## 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)
- [Veo 3.1 - Katalog](https://runapi.ai/de/models/veo-3.1)
- [veo-3.1](https://runapi.ai/de/models/veo-3.1/veo-3.1)
- [veo-3.1-fast](https://runapi.ai/de/models/veo-3.1/fast)
- [veo-3.1-lite](https://runapi.ai/de/models/veo-3.1/lite)

---

## 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 Veo 3.1",
    "applicationCategory": "DeveloperApplication",
    "description": "Verwende Veo 3.1 mit Hermes Agent über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.",
    "url": "https://runapi.ai/de/hermes-veo-3.1"
  },
  {
    "@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": "Veo 3.1 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-veo-3.1#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-veo-3.1#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-veo-3.1#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": "Veo 3.1",
        "item": "https://runapi.ai/de/hermes-veo-3.1"
      }
    ]
  }
]
```
