@ai-sdk/deepinfra 1.0.38 → 1.0.40
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 +18 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @ai-sdk/deepinfra
|
|
2
2
|
|
|
3
|
+
## 1.0.40
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0a00b9b: trigger release for all packages after provenance setup
|
|
8
|
+
- Updated dependencies [0a00b9b]
|
|
9
|
+
- @ai-sdk/openai-compatible@1.0.37
|
|
10
|
+
- @ai-sdk/provider@2.0.2
|
|
11
|
+
- @ai-sdk/provider-utils@3.0.24
|
|
12
|
+
|
|
13
|
+
## 1.0.39
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 5543cd1: Add AI Gateway hint to provider READMEs
|
|
18
|
+
- Updated dependencies [5543cd1]
|
|
19
|
+
- @ai-sdk/openai-compatible@1.0.36
|
|
20
|
+
|
|
3
21
|
## 1.0.38
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
The **[DeepInfra provider](https://ai-sdk.dev/providers/ai-sdk-providers/deepinfra)** for the [AI SDK](https://ai-sdk.dev/docs)
|
|
4
4
|
contains language model support for the DeepInfra API, giving you access to models like Llama 3, Mixtral, and other state-of-the-art LLMs.
|
|
5
5
|
|
|
6
|
+
> **Deploying to Vercel?** With Vercel's AI Gateway you can access DeepInfra (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
|
|
7
|
+
|
|
6
8
|
## Setup
|
|
7
9
|
|
|
8
10
|
The DeepInfra provider is available in the `@ai-sdk/deepinfra` module. You can install it with
|
package/dist/index.js
CHANGED
|
@@ -152,7 +152,7 @@ var DeepInfraChatLanguageModel = class extends import_openai_compatible.OpenAICo
|
|
|
152
152
|
};
|
|
153
153
|
|
|
154
154
|
// src/version.ts
|
|
155
|
-
var VERSION = true ? "1.0.
|
|
155
|
+
var VERSION = true ? "1.0.40" : "0.0.0-test";
|
|
156
156
|
|
|
157
157
|
// src/deepinfra-provider.ts
|
|
158
158
|
function createDeepInfra(options = {}) {
|
package/dist/index.mjs
CHANGED
|
@@ -136,7 +136,7 @@ var DeepInfraChatLanguageModel = class extends OpenAICompatibleChatLanguageModel
|
|
|
136
136
|
};
|
|
137
137
|
|
|
138
138
|
// src/version.ts
|
|
139
|
-
var VERSION = true ? "1.0.
|
|
139
|
+
var VERSION = true ? "1.0.40" : "0.0.0-test";
|
|
140
140
|
|
|
141
141
|
// src/deepinfra-provider.ts
|
|
142
142
|
function createDeepInfra(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/deepinfra",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -19,16 +19,16 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@ai-sdk/openai-compatible": "1.0.
|
|
23
|
-
"@ai-sdk/provider": "2.0.
|
|
24
|
-
"@ai-sdk/provider-utils": "3.0.
|
|
22
|
+
"@ai-sdk/openai-compatible": "1.0.37",
|
|
23
|
+
"@ai-sdk/provider": "2.0.2",
|
|
24
|
+
"@ai-sdk/provider-utils": "3.0.24"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@types/node": "20.17.24",
|
|
28
28
|
"tsup": "^8",
|
|
29
29
|
"typescript": "5.8.3",
|
|
30
30
|
"zod": "3.25.76",
|
|
31
|
-
"@ai-sdk/test-server": "0.0.
|
|
31
|
+
"@ai-sdk/test-server": "0.0.3",
|
|
32
32
|
"@vercel/ai-tsconfig": "0.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -43,7 +43,8 @@
|
|
|
43
43
|
"homepage": "https://ai-sdk.dev/docs",
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
|
46
|
-
"url": "
|
|
46
|
+
"url": "https://github.com/vercel/ai",
|
|
47
|
+
"directory": "packages/deepinfra"
|
|
47
48
|
},
|
|
48
49
|
"bugs": {
|
|
49
50
|
"url": "https://github.com/vercel/ai/issues"
|