Skip to content

Commit 41de661

Browse files
authored
Merge pull request #24 from VapiAI/changelog
Changelog page November 4 to November 6, 2024
2 parents 32151a9 + 842a5d0 commit 41de661

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

fern/changelog.mdx

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ subtitle: New features, improvements, and fixes every few days
44
slug: changelog
55
---
66

7-
# November 3 to November 4, 2024
7+
# November 4 to November 6, 2024
88

9-
1. **xAI Model Support**: You can now use xAI's `grok-beta` model when creating or updating an assistant, and specify your API credentials from the [xAI console](https://console.x.ai/) in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys). The list of call ended reasons has been updated to include xAI-specific errors.
109

11-
<Frame caption="Specify xAI API credentials in the Provider Credentials page">
12-
<img src="./static/images/changelog/xai-model.png" />
13-
</Frame>
10+
1. **New Anthropic model `claude-3-5-haiku-20241022` added**: You can now use `claude-3-5-haiku-20241022` in your assistants. Specify `anthropic` in `Assistant.model.provider` and `claude-3-5-haiku-20241022` in `Assistant.model`.
11+
12+
2. **Payment `cost`, Subscription `credits` and `couponUsageLeft` are now strings**: These properties are now strings to avoid floating point precision errors. Please update your applications to handle these values as strings.
13+
14+
3. **Advanced call logging improvements**: You can now access detailed call logs through the [updated call logs page](https://dashboard.vapi.ai/calls) or [`GET /logs?type=Call`](https://api.vapi.ai/api#/Logs/LoggingController_queryLogs) endpoint. Refer to `CallLogPrivileged` or `CallLogsPaginatedResponse` schemas in the [updated API reference](https://api.vapi.ai/api) to learn more.
1415

1516
<AccordionGroup>
17+
<Accordion title="November 3 to November 4, 2024">
18+
1. **XAi Model Support**: You can now use xAI's `grok-beta` model when creating or updating an assistant, and specify your API credentials from the [xAI console](https://console.x.ai/) in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys). The list of call ended reasons has been updated to include xAI-specific errors.
19+
20+
<Frame caption="Specify xAI API credentials in the Provider Credentials page">
21+
<img src="./static/images/changelog/xai-model.png" />
22+
</Frame>
23+
</Accordion>
24+
1625
<Accordion title="October 30 to November 3, 2024">
1726
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.
1827

0 commit comments

Comments
 (0)