@ai-sdk/openai 2.1.0-beta.3 → 2.1.0-beta.5

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.
@@ -1602,7 +1602,7 @@ var OpenAIImageModel = class {
1602
1602
  constructor(modelId, config) {
1603
1603
  this.modelId = modelId;
1604
1604
  this.config = config;
1605
- this.specificationVersion = "v2";
1605
+ this.specificationVersion = "v3";
1606
1606
  }
1607
1607
  get maxImagesPerCall() {
1608
1608
  var _a;