docs: add Gradium custom voice and custom transcriber guides - #1158
Open
timpratim wants to merge 6 commits into
Open
docs: add Gradium custom voice and custom transcriber guides#1158timpratim wants to merge 6 commits into
timpratim wants to merge 6 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds integration guides for Gradium, a real-time audio
model provider, covering both speech-to-text and text-to-speech. Both connect
through Vapi's existing custom endpoints, so no API or spec changes are needed.
customization/custom-voices/gradium.mdx— connect the GradiumText-to-Speech API through a
custom-voiceendpoint. Covers thevoice-requestpayload, streaming raw PCM back, sample rates, pooledmultiplexed connections, pronunciation dictionaries, and a
fallback voice.
customization/custom-transcriber/gradium.mdx— connect theGradium Speech-to-Text API through a
custom-transcriberWebSocket bridge.Covers the
startframe, forwarding only channel 0 so the agent transcribesthe caller alone, the flush handshake that keeps the end of an utterance
intact, and using Gradium's semantic VAD as the end-of-turn authority via
smartEndpointingPlan.provider: "custom-endpointing-model".docs.yml— adds Gradium under the existing Custom voices section, andconverts the Custom transcriber page into a section with a Gradium child,
mirroring how Custom voices is structured.
integration actually hits (self-transcription, truncated finals, endpointing
races, sample-rate mismatch).
Vapi + Gradium voice agent rather than written from the API reference.
Testing Steps
fern docs devor navigate to the preview deployment