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

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

# OpenClaw x OpenAI TTS

OpenAI TTS bietet spezialisierte Text-to-Speech-Modelle für interaktive Wiedergabe und professionell produzierte Erzählungen. Über RunAPI nutzen beide Varianten dasselbe Request-Schema und liefern einheitliche Audio-Metadaten.

## Öffentliche Versionen und Endpunkte

| Modell-ID | Version | Endpunkte | Startpreis |
| --- | --- | --- | --- |
| `tts-1` | Low-latency speech synthesis for interactive applications | /api/v1/openai_tts/text_to_speech | $0.030 |
| `tts-1-hd` | Higher-quality speech synthesis for polished narration | /api/v1/openai_tts/text_to_speech | $0.060 |

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


## 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)
- [OpenAI TTS - Katalog](https://runapi.ai/de/models/openai-tts)
- [tts-1](https://runapi.ai/de/models/openai-tts/tts-1)
- [tts-1-hd](https://runapi.ai/de/models/openai-tts/tts-1-hd)

---

## 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 OpenAI TTS",
    "applicationCategory": "DeveloperApplication",
    "description": "Verwende OpenAI TTS mit OpenClaw über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.",
    "url": "https://runapi.ai/de/openclaw-openai-tts"
  },
  {
    "@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": "OpenAI TTS 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-openai-tts#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-openai-tts#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-openai-tts#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": "OpenAI TTS",
        "item": "https://runapi.ai/de/openclaw-openai-tts"
      }
    ]
  }
]
```
