Open AI Text to Speech
The Audio API provides a text-to-speech endpoint, speech, based on TTS (text-to-speech) model. It comes with 6 build voices and can be used to: Narrate a written blog post Produce spoken audio in multiple languages Give real-time audio output using streaming Experiment with different voices (alloy, echo, fable, onyx, nova, and shimmer) to find one that matches your desired tone and audience. You…
Open AI Text to Speech endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Speech / |
The speech endpoint takes in three key inputs: the model name, the text that should be turned into audio, and the voice to be used for the audio generation. |
Open AI Text to Speech pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $1 / month | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA Recommended | $25 / month | — |
|