Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ navigation:
path: tools-calling.mdx
- page: Prompting Guide
path: prompting-guide.mdx
- page: OpenAI Realtime
path: openai-realtime.mdx
- section: Glossary
contents:
- page: Definitions
Expand Down
14 changes: 14 additions & 0 deletions fern/openai-realtime.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: OpenAI Realtime
subtitle: You can use OpenAI's newest speech-to-speech model with your Vapi assistants.
slug: openai-realtime
---

OpenAI's Realtime API enables developers to create low-latency, voice-driven interactions within applications by leveraging a speech-to-speech model. This API processes audio input and output in real-time, supporting seamless, natural conversations without intermediate text conversion.

To start using it with your Vapi assistants, select `gpt-4o-realtime-preview-2024-10-01` as your model.
- Please note that only OpenAI voices may be selected while using this model. The voice selection will not act as a TTS (text-to-speech) model, but rather as the voice used within the speech-to-speech model.

<Note>
The Realtime API is currently in beta, and not recommended for production use by OpenAI. We're excited to have you try this new feature and welcome your [feedback](https://discord.com/invite/pUFNcf2WmH) as we continue to refine and improve the experience.
</Note>
Loading