Google Cloud Text-to-Speech
收藏RapidAPI2026-03-28 更新2026-03-29 收录
下载链接:
https://rapidapi.com/nexaquency/api/google-cloud-text-to-speech
下载链接
链接失效反馈官方服务:
资源简介:
Google Cloud Text-to-Speech API — Convert text into natural-sounding speech using Google's WaveNet and Neural2 voices.
220+ voices across 40+ languages. Studio-quality audio output in MP3, WAV, or OGG format.
## Why Use This API?
- **220+ Voices** — Male, female, and neutral voices across 40+ languages
- **WaveNet & Neural2** — Google's most advanced speech synthesis technology
- **Multiple Formats** — MP3, LINEAR16 (WAV), OGG_OPUS output
- **Customizable** — Adjust speed (0.25x-4x) and pit...
创建时间:
2026-03-28
原始信息汇总
Google Cloud Text-to-Speech API 数据集概述
基本信息
- API名称:Google Cloud Text-to-Speech
- 提供商:NexaAPI (由 frequency404 创建)
- 类别:Media
- 当前版本:v1
- 订阅计划:BASIC、PRO、ULTRA、MEGA
功能描述
将文本转换为自然语音,使用 Google 的 WaveNet 和 Neural2 语音技术。支持超过 220 种语音,涵盖 40 多种语言。可输出 MP3、WAV 或 OGG 格式的录音室质量音频。
核心特性
- 语音多样性:超过 220 种语音(男性、女性和中性),支持 40 多种语言。
- 先进技术:采用 Google 最先进的语音合成技术 WaveNet 和 Neural2。
- 输出格式:支持 MP3、LINEAR16 (WAV)、OGG_OPUS 格式。
- 高度可定制:可调整语速(0.25倍至4倍)和音高(-20 至 +20)。
- 技术背景:由 Google Cloud 提供支持,与 Google Assistant 采用相同技术。
端点
| 端点 | 方法 | 描述 |
|---|---|---|
/tts/synthesize |
POST | 将文本转换为语音音频 |
/tts/voices |
GET | 列出所有可用语音 |
订阅计划与计费
采用基于字符的计费方式:每合成 1,000 个字符计为 1 个计费单位。
| 计划 | 月费 | 包含单位 | 对应字符数 | 超量单价(每单位) |
|---|---|---|---|---|
| BASIC (免费) | $0.00 | 5 单位 | 5,000 字符 | — |
| PRO | $10.00 | 1,875 单位 | 1.875 百万字符 | $0.00533 |
| ULTRA | $100.00 | 22,500 单位 | 22.5 百万字符 | $0.0045 |
| MEGA | $1,000.00 | 250,000 单位 | 250 百万字符 | $0.0035 |
价格说明:此 API 价格为 Google 官方价格的三分之一(Neural2 官方价格为每百万字符 16 美元)。
快速开始示例
提供了 Python、JavaScript 和 cURL 的代码示例,演示如何调用 /tts/synthesize 端点进行语音合成。



