GPT-4o mini Audio is a multimodal model for speech and text interactions. It performs speech recognition, translation, and text-to-speech, follows instructions, and can call tools for structured actions with streaming responses. Typical uses include real-time voice assistants, live captioning and translation, call summarization, and voice-controlled applications. Technical highlights include audio input and output, streaming responses, function calling, and structured JSON output.
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-audio",
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