Skip to content

Commit 75fe4f7

Browse files
Changelog page for October 30 to November 3, 2024
1 parent 09a7f7c commit 75fe4f7

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

fern/changelog.mdx

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,31 @@ slug: changelog
66

77
# October 29 to October 30, 2024
88

9+
1. **Access Transport Details and Costs**: You can now use `call.transport` to access details about the provider used for a call (`twilio`, `vonage`, `vapi`, or `daily`), and whether the assistant's video is enabled for web calls (`assistantVideoEnabled`). Additionally, transport costs in `call.costs[type=transport]` now include a `provider` field, allowing you to see which provider contributed to the transport cost.
910

10-
1. **Auto-reload Credits in Billing Page**: You can now auto-reload credits and check credits remaining for subscriptions within the [updated billing page](https://dashboard.vapi.ai/org/billing).
11+
2. **Manage Tavus Credentials**: You can now create and update Tavus credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys).
1112

12-
<Frame caption="Auto-reload credits in the [updated billing page](https://dashboard.vapi.ai/org/billing)">
13-
<img src="./static/images/changelog/auto-reload.png" />
13+
<Frame caption="Specify Tavus Credentials in the Provider Credentials page">
14+
<img src="./static/images/changelog/tavus-credentials.png" />
1415
</Frame>
1516

16-
2. **Expanded Language Options in `CartesiaVoice`**: You can now specify additional languages in `CartesiaVoice.language` (optional), including 'hi' (Hindi), 'it' (Italian), 'ko' (Korean), 'nl' (Dutch), 'pl' (Polish), 'ru' (Russian), 'sv' (Swedish), and 'tr' (Turkish). Refer to the [CartesiaVoice](https://api.vapi.ai/api) schema for more details.
17-
<Frame caption="Expanded language options in `CartesiaVoice`">
18-
<img src="./static/images/changelog/cartesia-languages.png" />
19-
</Frame>
17+
<AccordionGroup>
18+
<Accordion title="October 29 to October 30, 2024">
19+
1. **Auto-reload Credits in Billing Page**: You can now auto-reload credits and check credits remaining for subscriptions within the [updated billing page](https://dashboard.vapi.ai/org/billing).
2020

21-
3. **Enhanced Template Variables in `AssistantOverrides`**: The `AssistantOverrides.variableValues` now supports LiquidJS syntax for replacing template variables. You can customize assistant messages using expressions like `{{ name }}` for dynamic content, or format dates with `{{"now" | date: "%b %d, %Y, %I:%M %p", "America/New_York"}}`.
21+
<Frame caption="Auto-reload credits in the [updated billing page](https://dashboard.vapi.ai/org/billing)">
22+
<img src="./static/images/changelog/auto-reload.png" />
23+
</Frame>
2224

25+
2. **Expanded Language Options in `CartesiaVoice`**: You can now specify additional languages in `CartesiaVoice.language` (optional), including 'hi' (Hindi), 'it' (Italian), 'ko' (Korean), 'nl' (Dutch), 'pl' (Polish), 'ru' (Russian), 'sv' (Swedish), and 'tr' (Turkish). Refer to the [CartesiaVoice](https://api.vapi.ai/api) schema for more details.
2326

24-
<AccordionGroup>
27+
<Frame caption="Expanded language options in `CartesiaVoice`">
28+
<img src="./static/images/changelog/cartesia-languages.png" />
29+
</Frame>
30+
31+
3. **Enhanced Template Variables in `AssistantOverrides`**: The `AssistantOverrides.variableValues` now supports LiquidJS syntax for replacing template variables. You can customize assistant messages using expressions like `{{ name }}` for dynamic content, or format dates with `{{"now" | date: "%b %d, %Y, %I:%M %p", "America/New_York"}}`.
32+
33+
</Accordion>
2534
<Accordion title="October 25 to October 29, 2024">
2635
1. **Gemini Model Support and Credential Management**: You can now use Google Gemini models for your assistant (*gemini-1.5-flash-8b*, *gemini-1.5-flash-002*, *gemini-1.5-pro*, *gemini-1.0-pro*). Create and update your Google credentials by providing your `apiKey` from [Google AI Studio](https://aistudio.google.com/app/apikey) and setting your provider to `'google'` in Vapi.
2736

0 commit comments

Comments
 (0)