Skip to content

Commit 7ce6574

Browse files
committed
Merge remote-tracking branch 'origin/main' into fern/update-api-specs
2 parents 628d5b0 + 26c547e commit 7ce6574

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

fern/apis/api/generators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api:
22
specs:
33
- openapi: ./openapi.json
44
overrides: ./openapi-overrides.yml
5-
origin: https://api.vapi.ai/api-extended-json
5+
origin: https://api.vapi.ai/api-json
66
settings:
77
title-as-schema-name: false
88
coerce-enums-to-literals: false

fern/changelog.mdx

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

7-
# November 4 to November 6, 2024
7+
# November 6 to November 11, 2024
8+
1. **Subscription Updates**: You can now check the number of minutes used in a subscription with `Subscription.minutesUsed` (Enterprise only).
89

10+
2. **Updates to Concurrency Limits in your Subscription**: `Subscription.concurrencyLimit` now shows both the included and purchased limits, which better represents the total concurrency limit. Refer to the [Subscription schema](https://api.vapi.ai/api/) for more details.
11+
- Use `Subscription.concurrencyLimitIncluded` to get the default concurrency limit provided with the subscription.
12+
- Use `Subscription.concurrencyLimitPurchased` to get any additional purchased concurrency limit.
913

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`.
14+
<Frame caption="View subscription concurrency limits in the [Subscription schema](https://api.vapi.ai/api/)">
15+
<img src="./static/images/changelog/subscription-concurrency.png" />
16+
</Frame>
1117

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.
18+
<AccordionGroup>
19+
<Accordion title="November 4 to November 6, 2024">
20+
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`.
1321

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.
22+
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.
1523

16-
<AccordionGroup>
24+
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.
25+
</Accordion>
1726
<Accordion title="November 3 to November 4, 2024">
1827
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.
1928

217 KB
Loading

0 commit comments

Comments
 (0)