---
title: "tts-1 API — OpenAI TTS 定价与规格"
url: "https://runapi.ai/zh-CN/models/openai-tts/tts-1.md"
canonical: "https://runapi.ai/zh-CN/models/openai-tts/tts-1.md"
locale: "zh-CN"
model: "OpenAI TTS"
provider: "OpenAI"
variant_id: "tts-1"
sdk_model_id: "tts-1"
modality: "audio_music"
price_from_cents: 4
billing_unit: "1K UTF-8 bytes"
status: "active"
---

# OpenAI TTS tts-1 API

通过 RunAPI 使用 OpenAI TTS 系列的 tts-1。按次计费，无需订阅，失败的生成不计费。

## Pricing

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

失败的生成不计费

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `tts-1` |
| 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",
  "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 features to an application.

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

## FAQ

### 模型 ID 跨版本稳定吗？

RunAPI 保持模型 ID 稳定，并在不改变请求形态的前提下处理兼容版本刷新。

### 该变体的限流？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 质量问题在哪里报？

在公共 GitHub 仓库提 issue 或邮件联系 support。


## Related

Other OpenAI TTS variants:

- [tts-1-hd](https://runapi.ai/zh-CN/models/openai-tts/tts-1-hd.md) — `tts-1-hd` · $0.080
