---
title: "tts-1-hd API — OpenAI TTS 料金・仕様"
url: "https://runapi.ai/ja/models/openai-tts/tts-1-hd.md"
canonical: "https://runapi.ai/ja/models/openai-tts/tts-1-hd.md"
locale: "ja"
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

RunAPI から OpenAI TTS ファミリーの tts-1-hd を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

## Pricing

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

失敗した生成は課金されません

## 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": "この製品オンボーディング用スクリプトを、アプリ内ガイドで使う明瞭で自然な音声に変換してください。"
}
```

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

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other OpenAI TTS variants:

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