---
title: "tts-1-hd API — OpenAI TTS Preise & Spezifikationen"
url: "https://runapi.ai/de/models/openai-tts/tts-1-hd.md"
canonical: "https://runapi.ai/de/models/openai-tts/tts-1-hd.md"
locale: "de"
model: "OpenAI TTS"
provider: "OpenAI"
variant_id: "tts-1-hd"
sdk_model_id: "tts-1-hd"
modality: "audio_music"
price_from_cents: 8
billing_unit: "1K UTF-8 bytes"
status: "active"
---

# OpenAI TTS tts-1-hd API

Nutze tts-1-hd aus der OpenAI TTS-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

## Pricing

**$0.080** per 1K UTF-8 bytes

Fehlgeschlagene Generierungen werden nicht berechnet

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `tts-1-hd` |
| Provider | OpenAI |
| Modality | audio_music |
| Task type | synchronous |
| Billing unit | 1K UTF-8 bytes |
| API endpoint | `/api/v1/openai_tts/text_to_speech` |
| Status | active |

## Request example

```json
{
  "model": "tts-1-hd",
  "text": "Wandle dieses Onboarding-Skript in klare, natürliche Sprache für eine geführte Einführung in der App um."
}
```

## Install the skill

```sh
npx skills add runapi-ai/openai-tts -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add OpenAI TTS tts-1-hd features to an application.

```json
{
  "model": "tts-1-hd"
}
```

## FAQ

### Wie wähle ich %{variant} aus?

Übergib die im Quickstart angezeigte Modell-ID.

### Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.


## Related

Other OpenAI TTS variants:

- [tts-1](https://runapi.ai/de/models/openai-tts/tts-1.md) — `tts-1` · $0.040
