Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions fern/calls/customer-join-timeout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Configure `customerJoinTimeoutSeconds` through the Vapi API for both permanent a
call = client.calls.create_web(
assistant={
"model": {"provider": "openai", "model": "gpt-4.1-mini"},
"voice": {"provider": "playht", "voiceId": "jennifer"},
"voice": {"provider": "11labs", "voiceId": "cgSgspJ2msm6clMCkdW9"},
"customer_join_timeout_seconds": 60
}
)
Expand All @@ -152,7 +152,7 @@ Configure `customerJoinTimeoutSeconds` through the Vapi API for both permanent a
-d '{
"assistant": {
"model": {"provider": "openai", "model": "gpt-4.1-mini"},
"voice": {"provider": "playht", "voiceId": "jennifer"},
"voice": {"provider": "11labs", "voiceId": "cgSgspJ2msm6clMCkdW9"},
"customerJoinTimeoutSeconds": 60
}
}'
Expand Down
12 changes: 6 additions & 6 deletions fern/quickstart/phone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ vapi assistant create
},
// Configure the voice
voice: {
provider: 'playht',
voice_id: 'jennifer',
provider: '11labs',
voice_id: 'cgSgspJ2msm6clMCkdW9',
},
// Set the first message
firstMessage: 'Hi there, this is Alex from TechSolutions customer support. How can I help you today?',
Expand Down Expand Up @@ -186,8 +186,8 @@ vapi assistant create
},
# Configure the voice
voice={
"provider": "playht",
"voice_id": "jennifer",
"provider": "11labs",
"voice_id": "cgSgspJ2msm6clMCkdW9",
},
# Set the first message
first_message="Hi there, this is Alex from TechSolutions customer support. How can I help you today?",
Expand Down Expand Up @@ -226,8 +226,8 @@ vapi assistant create
]
},
"voice": {
"provider": "playht",
"voice_id": "jennifer"
"provider": "11labs",
"voice_id": "cgSgspJ2msm6clMCkdW9"
},
"firstMessage": "Hi there, this is Alex from TechSolutions customer support. How can I help you today?"
}'
Expand Down
4 changes: 2 additions & 2 deletions fern/voice-fallback-plan.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Add the `fallbackPlan` property to your assistant's voice configuration, and spe
"voiceId": "248be419-c632-4f23-adf1-5324ed7dbf1d"
},
{
"provider": "playht",
"voiceId": "jennifer"
"provider": "11labs",
"voiceId": "cgSgspJ2msm6clMCkdW9"
}
]
}
Expand Down
Loading