@@ -17,14 +17,14 @@ OpenAI’s Realtime API enables developers to use a native speech-to-speech mode
1717## Available models
1818
1919<Tip >
20- The ` gpt-realtime-2025-08-28 ` model is production-ready with full feature support including structured outputs and the Responses API .
20+ The ` gpt-realtime-2025-08-28 ` model is production-ready.
2121</Tip >
2222
2323OpenAI offers three realtime models, each with different capabilities and cost/performance trade-offs:
2424
2525| Model | Status | Best For | Key Features |
2626| -------| ---------| ----------| --------------|
27- | ` gpt-realtime-2025-08-28 ` | ** Production** | Production workloads | Full feature support, structured outputs, Responses API |
27+ | ` gpt-realtime-2025-08-28 ` | ** Production** | Production workloads | Production Ready |
2828| ` gpt-4o-realtime-preview-2024-12-17 ` | Preview | Development & testing | Balanced performance/cost |
2929| ` gpt-4o-mini-realtime-preview-2024-12-17 ` | Preview | Cost-sensitive apps | Lower latency, reduced cost |
3030
@@ -50,19 +50,6 @@ Realtime models support a specific set of OpenAI voices optimized for speech-to-
5050 The following voices are ** NOT** supported by realtime models: ash, ballad, coral, fable, onyx, and nova.
5151</Warning >
5252
53- ## Feature support
54-
55- Different realtime models support different features:
56-
57- | Feature | gpt-4o-realtime-preview | gpt-4o-mini-realtime-preview | gpt-realtime-2025-08-28 |
58- | ---------| ------------------------| ------------------------------| ------------------------|
59- | Function Calling | ✅ | ✅ | ✅ |
60- | Parallel Functions | ✅ | ✅ | ✅ |
61- | Structured Output | ❌ | ❌ | ✅ |
62- | Responses API | ❌ | ❌ | ✅ |
63- | Temperature Control | ✅ | ✅ | ✅ |
64- | Max Tokens Setting | ✅ | ✅ | ✅ |
65-
6653## Configuration
6754
6855### Basic setup
0 commit comments