@ai-sdk/amazon-bedrock 3.1.0-beta.2 → 3.1.0-beta.3

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/dist/index.mjs CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  } from "@ai-sdk/provider-utils";
9
9
 
10
10
  // src/version.ts
11
- var VERSION = true ? "3.1.0-beta.2" : "0.0.0-test";
11
+ var VERSION = true ? "3.1.0-beta.3" : "0.0.0-test";
12
12
 
13
13
  // src/bedrock-provider.ts
14
14
  import { anthropicTools as anthropicTools2 } from "@ai-sdk/anthropic/internal";
@@ -1396,7 +1396,7 @@ var BedrockImageModel = class {
1396
1396
  constructor(modelId, config) {
1397
1397
  this.modelId = modelId;
1398
1398
  this.config = config;
1399
- this.specificationVersion = "v2";
1399
+ this.specificationVersion = "v3";
1400
1400
  this.provider = "amazon-bedrock";
1401
1401
  }
1402
1402
  get maxImagesPerCall() {