GPT-Realtime mini
GPT-Realtime mini is a cost-efficient realtime model that responds to audio and text inputs in realtime, built for voice features that need low latency and workable unit economics at high volume.
index.ts
import { gateway } from '@ai-sdk/gateway';
export async function POST() { const { token, url } = await gateway.experimental_realtime.getToken({ model: 'openai/gpt-realtime-mini', });
return Response.json({ token, url, tools: [] });}More models by OpenAI
| Model |
|---|