Skip to content

Commit bc413ea

Browse files
committed
docs: add GPT-Live section navigation and beta badge
1 parent 7b9da6d commit bc413ea

2 files changed

Lines changed: 24 additions & 7 deletions

File tree

fern/docs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ layout:
9191
page-width: full
9292
content-width: 55rem
9393
sidebar-width: 300px
94+
show-nav-availability-badges: true
9495
analytics:
9596
posthog:
9697
api-key: ${POSTHOG_PROJECT_API_KEY}
@@ -317,16 +318,22 @@ navigation:
317318
path: tools/custom-tools-troubleshooting.mdx
318319
icon: fa-light fa-wrench
319320
- section: GPT-Live
321+
icon: fa-light fa-microphone-lines
322+
availability: beta
320323
collapsed: true
321324
contents:
322325
- page: Overview
323326
path: gpt-live/overview.mdx
327+
availability: stable
324328
- page: Design your assistant
325329
path: gpt-live/design.mdx
330+
availability: stable
326331
- page: Configuration
327332
path: gpt-live/configuration.mdx
333+
availability: stable
328334
- page: Limitations and FAQs
329335
path: gpt-live/limitations.mdx
336+
availability: stable
330337
- page: Custom keywords
331338
path: customization/custom-keywords.mdx
332339
icon: fa-light fa-bullseye

fern/gpt-live/overview.mdx

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,25 @@ GPT-Live is an OpenAI voice model that can listen and speak at the same time. A
1010
Vapi connects that conversation to your tools and phone numbers, and provides the call records, analysis, and monitoring around it.
1111

1212
<Note>
13-
GPT-Live must be enabled for your Vapi organization. If you don't have access yet, [join the waitlist](https://vapi.ai/gpt-live-waitlist). We're admitting users from the waitlist every day.
13+
**Private beta.** GPT-Live must be enabled for your Vapi organization. If you don't have access yet, [join the waitlist](https://vapi.ai/gpt-live-waitlist). We're admitting users from the waitlist every day.
1414
</Note>
1515

16+
## In this guide
17+
18+
Start here for an overview, then choose what you need next.
19+
20+
<CardGroup cols={3}>
21+
<Card title="Design your assistant" icon="fa-light fa-comments" href="/gpt-live/design">
22+
Plan speaker and reasoner roles, conversation flow, and speaking style.
23+
</Card>
24+
<Card title="Configuration" icon="fa-light fa-sliders" href="/gpt-live/configuration">
25+
Create an assistant, choose a voice, connect tools, and make a call.
26+
</Card>
27+
<Card title="Limitations and FAQs" icon="fa-light fa-circle-question" href="/gpt-live/limitations">
28+
Check supported features and what to consider before migrating.
29+
</Card>
30+
</CardGroup>
31+
1632
## How it works
1733

1834
A GPT-Live assistant uses a **speaker** for the spoken interaction and a **reasoner** for tasks that need tools or detailed procedures. **Delegation** is the speaker asking the reasoner to handle one of those tasks.
@@ -50,10 +66,4 @@ You also have more to design than the words alone. Set a voice, give the speaker
5066

5167
GPT-Live has a different set of supported features from Vapi's other voice architectures. Check [Limitations and FAQs](/gpt-live/limitations) if your application depends on squads, live call control, simulations, or a specific transfer flow.
5268

53-
## Get started
54-
55-
- **Explore the experience:** read [Design your assistant](/gpt-live/design) for architecture, conversation flow, and voice design.
56-
- **Build a working assistant:** follow [Configure GPT-Live](/gpt-live/configuration#create-an-assistant) in the dashboard or API.
57-
- **Assess a migration:** review [Limitations and FAQs](/gpt-live/limitations) against your current requirements.
58-
5969
For the underlying model, see OpenAI's [GPT-Live documentation](https://developers.openai.com/api/docs/guides/live). This section describes Vapi's integration and its supported configuration.

0 commit comments

Comments
 (0)