@ai-sdk/google-vertex 3.0.0-canary.14 → 3.0.0-canary.16
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 +24 -0
- package/README.md +2 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,29 @@
|
|
1
1
|
# @ai-sdk/google-vertex
|
2
2
|
|
3
|
+
## 3.0.0-canary.16
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [a571d6e]
|
8
|
+
- Updated dependencies [a8c8bd5]
|
9
|
+
- Updated dependencies [7979f7f]
|
10
|
+
- Updated dependencies [41fa418]
|
11
|
+
- @ai-sdk/provider-utils@3.0.0-canary.15
|
12
|
+
- @ai-sdk/provider@2.0.0-canary.14
|
13
|
+
- @ai-sdk/anthropic@2.0.0-canary.15
|
14
|
+
- @ai-sdk/google@2.0.0-canary.16
|
15
|
+
|
16
|
+
## 3.0.0-canary.15
|
17
|
+
|
18
|
+
### Patch Changes
|
19
|
+
|
20
|
+
- Updated dependencies [957b739]
|
21
|
+
- Updated dependencies [9bd5ab5]
|
22
|
+
- @ai-sdk/provider-utils@3.0.0-canary.14
|
23
|
+
- @ai-sdk/provider@2.0.0-canary.13
|
24
|
+
- @ai-sdk/anthropic@2.0.0-canary.14
|
25
|
+
- @ai-sdk/google@2.0.0-canary.15
|
26
|
+
|
3
27
|
## 3.0.0-canary.14
|
4
28
|
|
5
29
|
### Patch Changes
|
package/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# AI SDK - Google Vertex AI Provider
|
2
2
|
|
3
|
-
The **[Google Vertex provider](https://sdk.
|
3
|
+
The **[Google Vertex provider](https://ai-sdk.dev/providers/ai-sdk-providers/google-vertex)** for the [AI SDK](https://ai-sdk.dev/docs) contains language model support for the [Google Vertex AI](https://cloud.google.com/vertex-ai) APIs.
|
4
4
|
|
5
5
|
This library includes a Google Vertex Anthropic provider. This provider closely follows the core Google Vertex library's usage patterns. See more in the [Google Vertex Anthropic Provider](#google-vertex-anthropic-provider) section below.
|
6
6
|
|
@@ -218,4 +218,4 @@ const { text } = await generateText({
|
|
218
218
|
|
219
219
|
## Documentation
|
220
220
|
|
221
|
-
Please check out the **[Google Vertex provider](https://sdk.
|
221
|
+
Please check out the **[Google Vertex provider](https://ai-sdk.dev/providers/ai-sdk-providers/google-vertex)** for more information.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ai-sdk/google-vertex",
|
3
|
-
"version": "3.0.0-canary.
|
3
|
+
"version": "3.0.0-canary.16",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,10 +38,10 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"google-auth-library": "^9.15.0",
|
41
|
-
"@ai-sdk/anthropic": "2.0.0-canary.
|
42
|
-
"@ai-sdk/google": "2.0.0-canary.
|
43
|
-
"@ai-sdk/provider": "2.0.0-canary.
|
44
|
-
"@ai-sdk/provider-utils": "3.0.0-canary.
|
41
|
+
"@ai-sdk/anthropic": "2.0.0-canary.15",
|
42
|
+
"@ai-sdk/google": "2.0.0-canary.16",
|
43
|
+
"@ai-sdk/provider": "2.0.0-canary.14",
|
44
|
+
"@ai-sdk/provider-utils": "3.0.0-canary.15"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@types/node": "20.17.24",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"publishConfig": {
|
60
60
|
"access": "public"
|
61
61
|
},
|
62
|
-
"homepage": "https://sdk.
|
62
|
+
"homepage": "https://ai-sdk.dev/docs",
|
63
63
|
"repository": {
|
64
64
|
"type": "git",
|
65
65
|
"url": "git+https://github.com/vercel/ai.git"
|