GPT-4o Mini TTS
gpt-4o-mini-tts-2025-12-15GPT-4o Mini TTS is OpenAI's cost-efficient text-to-speech model, designed to convert text into natural-sounding audio output. It supports a variety of voices and tones, enabling flexible and expressive speech generation. Optimized for scalability and low cost, it is well suited for real-time voice applications, content narration, and high-volume audio generation workflows.
- Context
- 4.1K tokens
- Endpoint
Service Status
Status information temporarily unavailable
Apertis cannot confirm the current service state. This is not a report that the model is down.
Pricing
Quick Start
Select an endpoint and copy a working example for this model.
from openai import OpenAI client = OpenAI( api_key="YOUR_API_KEY", base_url="https://api.apertis.ai/v1") response = client.chat.completions.create( model="gpt-4o-mini-tts-2025-12-15", messages=[ {"role": "user", "content": "Hello!"} ], max_tokens=1024, temperature=0.7) print(response.choices[0].message.content) # Optional: Enable context compression to reduce token usage# response = client.chat.completions.create(# model="gpt-4o-mini-tts-2025-12-15",# messages=[{"role": "user", "content": "Hello!"}],# extra_body={"compression": {"enabled": True, "model": "gpt-4.1-mini"}}# )Supported Parameters
API docsmodelinputvoiceresponse_formatspeedinstructionsstream_formatCursor IDE Model IDs
Use these namespaced identifiers in Cursor IDE to avoid conflicts with built-in models.
Compare with Other Models
See how this model compares to others from the same provider.
Whisper Large V3 Turbo
Whisper Large V3 Turbo is an optimized version of OpenAI's Whisper Large V3 speech recognition model, designed for high-speed and cost-efficient transcription. It supports 99+ languages and accepts common audio formats including mp3, mp4, wav, webm, flac, and ogg. With a ~12% word error rate and real-time speed factors up to 216×, it delivers fast, scalable performance for latency-sensitive and high-throughput transcription workloads, making it ideal for real-time and large-scale speech processing applications.
- Context
- N/A
- Input
- $3.33/M
- Output
- $0/M
GPT-4o Mini Transcribe
GPT-4o Mini Transcribe is a smaller, cost-efficient speech-to-text model built on GPT-4o Mini's audio capabilities. It is designed for high-volume transcription workloads, delivering reliable performance with lower cost and latency. Priced per token (input and output), it provides transparent, fine-grained billing, making it well suited for scalable transcription pipelines, real-time applications, and cost-sensitive deployments.
- Context
- 128K
- Input
- $0.625/M
- Output
- $0.625/M
o4 Mini Deep Research
o4-mini-deep-research is a faster, lower-cost version of OpenAI's deep-research model, designed for complex, multi-step investigations. It automatically relies on web_search for information gathering, which always adds extra usage cost.
- Context
- 200K
- Input
- $2.00/M
- Output
- $8.00/M
GPT-5 Nano
GPT-5-Nano is the smallest and fastest GPT-5 variant, built for ultra-low latency and cost-sensitive use cases like developer tools and real-time interactions. While it offers shallower reasoning than larger GPT-5 models, it preserves core instruction-following and safety features and succeeds GPT-4.1-nano as a lightweight option.
- Context
- 400K
- Input
- $0.0175/M
- Output
- $0.14/M