Voice Agent API Client
Deepgram AI is a fast, unified voice platform that delivers instant speech recognition, natural speech synthesis, and smart conversational handling, making it easy to build responsive, human-like voice experiences.
You can integrate the Deepgram Voice Agent API Client in your Voximplant application via the Deepgram VoxEngine module. It provides a client interface to communicate with the Deepgram models in real time and produce both audio and text transcriptions.
Usage
- Require the
Modules.Deepgrammodule in your VoxEngine scenario. - Create a
Deepgram.VoiceAgentClientinstance (via theDeepgram.createVoiceAgentClientmethod) and provide your parameters. - Send media between
CallandDeepgram.VoiceAgentClient(via the*.sendMediaorVoxEngine.sendMediaBetweenmethods). - Listen to the
Deepgram.VoiceAgentClientevents (via theDeepgram.VoiceAgentEventsevent list) and implement you application business logic.
Here is the complete scenario example for your reference:
Deepgram Voice Agent API Client