@ai-sdk/amazon-bedrock 5.0.0-beta.19 → 5.0.0-beta.20

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 5.0.0-beta.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 38fc777: Add AI Gateway hint to provider READMEs
8
+ - Updated dependencies [38fc777]
9
+ - @ai-sdk/anthropic@4.0.0-beta.16
10
+
3
11
  ## 5.0.0-beta.19
4
12
 
5
13
  ### Patch Changes
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  The **[Amazon Bedrock provider](https://ai-sdk.dev/providers/ai-sdk-providers/amazon-bedrock)** for the [AI SDK](https://ai-sdk.dev/docs)
4
4
  contains language model support for the Amazon Bedrock [converse API](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html).
5
5
 
6
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Amazon Bedrock (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 Amazon Bedrock provider is available in the `@ai-sdk/amazon-bedrock` module. You can install it with
@@ -35,7 +35,7 @@ var import_provider_utils = require("@ai-sdk/provider-utils");
35
35
  var import_aws4fetch = require("aws4fetch");
36
36
 
37
37
  // src/version.ts
38
- var VERSION = true ? "5.0.0-beta.19" : "0.0.0-test";
38
+ var VERSION = true ? "5.0.0-beta.20" : "0.0.0-test";
39
39
 
40
40
  // src/bedrock-sigv4-fetch.ts
41
41
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
@@ -24,7 +24,7 @@ import {
24
24
  import { AwsV4Signer } from "aws4fetch";
25
25
 
26
26
  // src/version.ts
27
- var VERSION = true ? "5.0.0-beta.19" : "0.0.0-test";
27
+ var VERSION = true ? "5.0.0-beta.20" : "0.0.0-test";
28
28
 
29
29
  // src/bedrock-sigv4-fetch.ts
30
30
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.js CHANGED
@@ -2033,7 +2033,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
2033
2033
  var import_aws4fetch = require("aws4fetch");
2034
2034
 
2035
2035
  // src/version.ts
2036
- var VERSION = true ? "5.0.0-beta.19" : "0.0.0-test";
2036
+ var VERSION = true ? "5.0.0-beta.20" : "0.0.0-test";
2037
2037
 
2038
2038
  // src/bedrock-sigv4-fetch.ts
2039
2039
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.mjs CHANGED
@@ -2057,7 +2057,7 @@ import {
2057
2057
  import { AwsV4Signer } from "aws4fetch";
2058
2058
 
2059
2059
  // src/version.ts
2060
- var VERSION = true ? "5.0.0-beta.19" : "0.0.0-test";
2060
+ var VERSION = true ? "5.0.0-beta.20" : "0.0.0-test";
2061
2061
 
2062
2062
  // src/bedrock-sigv4-fetch.ts
2063
2063
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/amazon-bedrock",
3
- "version": "5.0.0-beta.19",
3
+ "version": "5.0.0-beta.20",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "@smithy/eventstream-codec": "^4.0.1",
39
39
  "@smithy/util-utf8": "^4.0.0",
40
40
  "aws4fetch": "^1.0.20",
41
- "@ai-sdk/anthropic": "4.0.0-beta.15",
41
+ "@ai-sdk/anthropic": "4.0.0-beta.16",
42
42
  "@ai-sdk/provider": "4.0.0-beta.5",
43
43
  "@ai-sdk/provider-utils": "5.0.0-beta.9"
44
44
  },