---
title: "tts-1-hd API — OpenAI TTS 요금 및 스펙"
url: "https://runapi.ai/ko/models/openai-tts/tts-1-hd.md"
canonical: "https://runapi.ai/ko/models/openai-tts/tts-1-hd.md"
locale: "ko"
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/ko/models/openai-tts/tts-1.md) — `tts-1` · $0.040
