OpenAI Integration
Create speech (OpenAI TTS)
Generates audio from text using OpenAI TTS. Supports streaming via SSE when stream_format is set to 'sse'.
Note: This endpoint also works without the /v1 prefix (e.g., /openai/audio/speech).
post/openai/v1/audio/speech
Request body
Example request
{
"model": "tts-1"
}Response
Successful response
Changes
No recorded changes to this endpoint across all 1 revision of this API.