---
title: Guide OpenClaw x OpenAI TTS | RunAPI
description: Utilisez OpenAI TTS avec OpenClaw via RunAPI. Comparez les ID de modèle, endpoints et tarifs actuels, puis suivez le parcours de configuration adapté.
url: https://runapi.ai/fr/openclaw-openai-tts.md
canonical: https://runapi.ai/fr/openclaw-openai-tts
locale: fr
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/fr/openclaw-openai-tts
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x OpenAI TTS

OpenAI TTS propose des modèles de synthèse vocale spécialisés dans la lecture interactive et la narration soignée. Sur RunAPI, les deux variantes utilisent le même format de requête et renvoient des métadonnées audio gérées.

## Versions et endpoints publics

| ID du modèle | Version | Endpoints | Prix de départ |
| --- | --- | --- | --- |
| `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 |

## Configuration

Sélectionnez `<model-id>` avant d’utiliser une commande. Cette page ne sélectionne aucun modèle par défaut.
Définissez `RUNAPI_API_KEY`, puis envoyez une requête avec `<model-id>` à `<endpoint>`. Interrogez le statut uniquement si l’endpoint renvoie une Task asynchrone.

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


## Vérification


Envoyez POST à <endpoint>. Vérifiez que la réponse synchrone correspond à la référence API de l’endpoint.


## Fonctionnement

1. **Choisir un ID de modèle.** Sélectionnez un ID public du catalogue et consultez son endpoint et son prix de départ actuel.
2. **Configurer RunAPI.** Définissez RUNAPI_API_KEY avant d’envoyer la requête à l’endpoint.
3. **Vérifier le résultat.** Pour les endpoints asynchrones, interrogez le même endpoint jusqu’à ce que la Task atteigne un état final.

## FAQ

### Quel ID de modèle utiliser ?

Choisissez un ID public dans le tableau des versions. Chaque ID expose les endpoints affichés sur sa ligne.

### Ce guide configure-t-il un modèle de chat ?

Non. Cette ligne de modèles utilise le parcours d’endpoint présenté ici et n’est pas décrite comme un modèle de chat de l’agent.


### Liens

- [OpenClaw](https://runapi.ai/fr/openclaw)
- [OpenAI TTS - Catalogue](https://runapi.ai/fr/models/openai-tts)
- [tts-1](https://runapi.ai/fr/models/openai-tts/tts-1)
- [tts-1-hd](https://runapi.ai/fr/models/openai-tts/tts-1-hd)

---

## More from RunAPI

- [Home](https://runapi.ai/fr/.md)
- [Modèles](https://runapi.ai/fr/models.md)
- [Comparatif API vidéo IA](https://runapi.ai/fr/ai-video-api-comparison.md)
- [Intégration OpenClaw](https://runapi.ai/fr/openclaw.md)
- [Meilleure API pour OpenClaw](https://runapi.ai/fr/best-api-for-openclaw.md)
- [Génération d'images OpenClaw](https://runapi.ai/fr/openclaw-image-generation.md)
- [Intégration Hermes Agent](https://runapi.ai/fr/hermes-agent.md)
- [Tarifs](https://runapi.ai/fr/pricing.md)
- [Tarifs API Claude](https://runapi.ai/fr/claude-api-pricing.md)
- [Tarifs API ChatGPT](https://runapi.ai/fr/chatgpt-api-pricing.md)
- [Tarifs API OpenAI](https://runapi.ai/fr/openai-api-pricing.md)
- [Tarifs API Gemini](https://runapi.ai/fr/gemini-api-pricing.md)
- [Tarifs Claude Code](https://runapi.ai/fr/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/fr/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/fr/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/fr/claude-max-vs-api.md)
- [Alternative Requesty](https://runapi.ai/fr/requesty-alternative.md)
- [Docs](https://runapi.ai/fr/docs/guides)
- [SDK](https://runapi.ai/fr/sdk.md)
- [Skills](https://runapi.ai/fr/skills.md)
- [Serveur MCP](https://runapi.ai/fr/mcp.md)
- [CLI](https://runapi.ai/fr/cli.md)
- [Avis](https://runapi.makethisbetter.dev)
- [Contact](mailto:support@runapi.ai)
- [Conditions](https://runapi.ai/fr/terms.md)
- [Confidentialité](https://runapi.ai/fr/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/fr",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/fr/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/fr",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/fricon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x OpenAI TTS",
    "applicationCategory": "DeveloperApplication",
    "description": "Utilisez OpenAI TTS avec OpenClaw via RunAPI. Comparez les ID de modèle, endpoints et tarifs actuels, puis suivez le parcours de configuration adapté.",
    "url": "https://runapi.ai/fr/openclaw-openai-tts"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Quel ID de modèle utiliser ?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Choisissez un ID public dans le tableau des versions. Chaque ID expose les endpoints affichés sur sa ligne."
        }
      },
      {
        "@type": "Question",
        "name": "Ce guide configure-t-il un modèle de chat ?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Non. Cette ligne de modèles utilise le parcours d’endpoint présenté ici et n’est pas décrite comme un modèle de chat de l’agent."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "HowTo",
    "name": "Utiliser OpenAI TTS avec OpenClaw",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Choisir un ID de modèle",
        "text": "Sélectionnez un ID public du catalogue et consultez son endpoint et son prix de départ actuel.",
        "url": "https://runapi.ai/fr/openclaw-openai-tts#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configurer RunAPI",
        "text": "Définissez RUNAPI_API_KEY avant d’envoyer la requête à l’endpoint.",
        "url": "https://runapi.ai/fr/openclaw-openai-tts#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Vérifier le résultat",
        "text": "Pour les endpoints asynchrones, interrogez le même endpoint jusqu’à ce que la Task atteigne un état final.",
        "url": "https://runapi.ai/fr/openclaw-openai-tts#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "fr",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Accueil",
        "item": "https://runapi.ai/fr"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/fr/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "OpenAI TTS",
        "item": "https://runapi.ai/fr/openclaw-openai-tts"
      }
    ]
  }
]
```
