GPT-4o mini TTS is a neural text-to-speech model designed for natural, low-latency voice generation in user-facing applications. It converts text to natural-sounding speech with selectable voices, multi-format output, and streaming synthesis for responsive experiences. Typical uses include voice assistants, IVR and contact flows, product read-aloud, and media narration. Technical highlights include API-based streaming and export to common audio formats such as MP3 and WAV.
from openai import OpenAI
client = OpenAI(
base_url="https://api.throughputs.ai/v1",
api_key="tp_your_api_key",
)
response = client.chat.completions.create(
model="gpt-4o-mini-tts",
messages=[
{"role": "user", "content": "Hello! What can you do?"}
],
)
print(response.choices[0].message.content)This model isn't available on Throughputs yet. Pricing will be announced at launch.
Coming soon
NOTIFY ME WHEN LIVE
Similar models by modality and capability
OpenAI
The best voice model for audio in, audio out with Chat Completions.
PRICING
Coming soon
OpenAI
GPT-Realtime-2.1 updates GPT-Realtime-2 with improved alphanumeric recognition, silence and noise handling, and interruption behavior. It supports speech-to-speech interactions with configurable reasoning effort, instruction following, and tool use for complex voice-agent workflows.
PRICING
Coming soon
OpenAI
GPT-Realtime-2 is our most capable realtime voice model. It supports speech-to-speech interactions with configurable reasoning effort, stronger instruction following, and more reliable tool use for complex voice-agent workflows
PRICING
Coming soon
OpenAI
The best voice model for audio in, audio out.
PRICING
Coming soon