A web application that allows users to interact with OpenAI's realtime voice models using WebRTC. Users can choose between GPT-4o and GPT-4o mini models for realtime voice conversations.
- Realtime voice conversations with OpenAI's language models
- Support for both GPT-4o and GPT-4o mini models
- Voice selection for different audio outputs
- Dark/light theme toggle
- Conversation history display
- Connection status indicators
- Persistent user preferences
- An OpenAI API key with access to GPT-4o models
- A modern web browser that supports WebRTC
- Visit the live demo or host the application yourself
- Enter your OpenAI API key
- Select your preferred model (GPT-4o or GPT-4o mini)
- Choose a voice for the AI responses
- Click "Start Conversation" to begin
- Speak naturally to interact with the AI in realtime
- Click "Stop" when you're finished
This application runs entirely in your browser. Your OpenAI API key and conversations are not stored on any server and are only used to communicate with OpenAI's API.
This project is licensed under the MIT License - see the LICENSE file for details.
- OpenAI for providing the realtime voice API
- WebRTC for enabling browser-based audio streaming