@ai-sdk/lmnt 3.0.6 → 3.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/index.js +1 -1
- package/docs/140-lmnt.mdx +5 -19
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
package/docs/140-lmnt.mdx
CHANGED
|
@@ -11,21 +11,7 @@ The [LMNT](https://lmnt.com/) provider contains speech model support for the LMN
|
|
|
11
11
|
|
|
12
12
|
The LMNT provider is available in the `@ai-sdk/lmnt` module. You can install it with
|
|
13
13
|
|
|
14
|
-
<
|
|
15
|
-
<Tab>
|
|
16
|
-
<Snippet text="pnpm add @ai-sdk/lmnt" dark />
|
|
17
|
-
</Tab>
|
|
18
|
-
<Tab>
|
|
19
|
-
<Snippet text="npm install @ai-sdk/lmnt" dark />
|
|
20
|
-
</Tab>
|
|
21
|
-
<Tab>
|
|
22
|
-
<Snippet text="yarn add @ai-sdk/lmnt" dark />
|
|
23
|
-
</Tab>
|
|
24
|
-
|
|
25
|
-
<Tab>
|
|
26
|
-
<Snippet text="bun add @ai-sdk/lmnt" dark />
|
|
27
|
-
</Tab>
|
|
28
|
-
</Tabs>
|
|
14
|
+
<InstallPackages packages="@ai-sdk/lmnt" />
|
|
29
15
|
|
|
30
16
|
## Provider Instance
|
|
31
17
|
|
|
@@ -148,7 +134,7 @@ The LMNT provider accepts the following options via `providerOptions.lmnt`:
|
|
|
148
134
|
|
|
149
135
|
### Model Capabilities
|
|
150
136
|
|
|
151
|
-
| Model | Instructions
|
|
152
|
-
| ---------- |
|
|
153
|
-
| `aurora` | <Cross
|
|
154
|
-
| `blizzard` | <Cross
|
|
137
|
+
| Model | Instructions |
|
|
138
|
+
| ---------- | ------------ |
|
|
139
|
+
| `aurora` | <Cross /> |
|
|
140
|
+
| `blizzard` | <Cross /> |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/lmnt",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ai-sdk/provider": "4.0.
|
|
33
|
-
"@ai-sdk/provider-utils": "5.0.
|
|
32
|
+
"@ai-sdk/provider": "4.0.3",
|
|
33
|
+
"@ai-sdk/provider-utils": "5.0.7"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "22.19.19",
|