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

> HTML version: https://runapi.ai/de/openclaw-gemini-omni
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x Gemini Omni

Gemini Omni gehört zum Google-Katalog auf RunAPI und teilt dasselbe SDK-Paket, CLI-Namespace und Abrechnungs-Oberflächen über Audio-, Charakter- und Video-Varianten.

## Öffentliche Versionen und Endpunkte

| Modell-ID | Version | Endpunkte | Startpreis |
| --- | --- | --- | --- |
| `gemini-omni-audio` | Synchrone Erstellung wiederverwendbarer Sprachressourcen aus vordefinierten Stimmen | /api/v1/gemini_omni/create_audio | $0.0000 |
| `gemini-omni-character` | Synchrone Erstellung wiederverwendbarer Charakter-Ressourcen aus einem Referenzbild | /api/v1/gemini_omni/create_character | $0.0000 |
| `gemini-omni-flash-preview` | Schnelle, dialogorientierte Videogenerierung für kreative Iteration in natürlicher Sprache | /api/v1/gemini_omni/text_to_video | $0.460 |
| `gemini-omni-text-to-video` | Multimodales Video aus Prompts mit Bild-, Audio-, Charakter- und Quell-Clip-Referenzen | /api/v1/gemini_omni/text_to_video | $2.52 |

## 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>. Prüfe, ob die synchrone Antwort der API-Referenz des Endpunkts entspricht.
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.


## 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

- [OpenClaw](https://runapi.ai/de/openclaw)
- [Gemini Omni - Katalog](https://runapi.ai/de/models/gemini-omni)
- [gemini-omni-audio](https://runapi.ai/de/models/gemini-omni/audio)
- [gemini-omni-character](https://runapi.ai/de/models/gemini-omni/character)
- [gemini-omni-flash-preview](https://runapi.ai/de/models/gemini-omni/flash-preview)
- [gemini-omni-text-to-video](https://runapi.ai/de/models/gemini-omni/text-to-video)

---

## 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": "OpenClaw x Gemini Omni",
    "applicationCategory": "DeveloperApplication",
    "description": "Verwende Gemini Omni mit OpenClaw über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.",
    "url": "https://runapi.ai/de/openclaw-gemini-omni"
  },
  {
    "@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": "Gemini Omni mit OpenClaw 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/openclaw-gemini-omni#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/openclaw-gemini-omni#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/openclaw-gemini-omni#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": "OpenClaw",
        "item": "https://runapi.ai/de/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Gemini Omni",
        "item": "https://runapi.ai/de/openclaw-gemini-omni"
      }
    ]
  }
]
```
