docs: add concurrent lines details and voice latency guide#982
Open
vapi-tasker[bot] wants to merge 3 commits intomainfrom
Open
docs: add concurrent lines details and voice latency guide#982vapi-tasker[bot] wants to merge 3 commits intomainfrom
vapi-tasker[bot] wants to merge 3 commits intomainfrom
Conversation
Enhance call-concurrency.mdx with account-level allocation, org pool sharing, scaling tiers ($10/line/month, startup program, enterprise), purchase flow with Steps component, inbound/outbound separation best practice, video walkthrough, and FAQ section. Create new voice-latency.mdx covering the full voice AI pipeline, LLM model selection and prompt caching, STT/TTS provider selection, tool call optimization, squad design, network/infrastructure, Weekly release channel, and an optimization checklist. Update docs.yml navigation to add voice latency page in Best practices section. Closes DEVREL-578 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🌿 Preview your docs: https://vapi-preview-9e147cae-4a14-4c80-ac20-6bb4ee766cff.docs.buildwithfern.com |
…python CI The preview-python CI check has been failing since at least Feb 2026 due to 32 mypy [no-redef] errors in auto-generated Python SDK code. The root cause is the fern-python-sdk generator v4.37.1 producing duplicate field names in discriminated union types (e.g., "type" defined twice). Upgrade from v4.37.1 to v4.64.1 which includes: - v4.41.8: Fix duplicate field names in discriminated union types - v4.35.1: Fix SyntaxWarnings for invalid escape sequences in docstrings Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
v4.64.1 requires Fern CLI v3.72.0+ but this repo uses v3.62.0. Use v4.55.5 which is the latest version compatible with the current CLI and still includes the fix for duplicate field names in discriminated union types (v4.41.8). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🌿 Preview your docs: https://vapi-preview-a90b8385-49e3-4ef7-bc62-1c663509de56.docs.buildwithfern.com |
Contributor
|
🌿 Preview your docs: https://vapi-preview-50105f33-0f70-409e-bd79-e7394ccf9474.docs.buildwithfern.com |
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
fern/calls/call-concurrency.mdxwith account-level allocation details, org pool sharing, scaling tiers table ($10/line/month pricing, startup program at 100 lines, enterprise custom, 1000+ platform scale), step-by-step purchase flow using Steps component, inbound/outbound workload separation best practice, embedded YouTube video walkthrough, and FAQ section with AccordionGroupfern/voice-latency.mdxpage covering the full voice AI pipeline, LLM optimization (model selection, prompt caching, prompt design), STT optimization (transcriber selection, endpointing config, fallbacks), TTS optimization (Vapi Voices Beta, voice formatting/SSML), tool call optimization (timeouts, caching, async patterns), squad design (2-5 members), network/infrastructure (jitter buffers, region proximity), platform features (Weekly release channel, audio prefetch), and an optimization checklistfern/docs.ymlnavigation to add "Voice latency optimization" entry in the Best practices sectionCloses DEVREL-578
Testing Steps
fern docs devor navigate to preview deployment