@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.
package/dist/index.mjs CHANGED
@@ -1609,7 +1609,7 @@ var OpenAIImageModel = class {
1609
1609
  constructor(modelId, config) {
1610
1610
  this.modelId = modelId;
1611
1611
  this.config = config;
1612
- this.specificationVersion = "v2";
1612
+ this.specificationVersion = "v3";
1613
1613
  }
1614
1614
  get maxImagesPerCall() {
1615
1615
  var _a;
@@ -3905,7 +3905,7 @@ var openaiTranscriptionResponseSchema = z18.object({
3905
3905
  });
3906
3906
 
3907
3907
  // src/version.ts
3908
- var VERSION = true ? "2.1.0-beta.3" : "0.0.0-test";
3908
+ var VERSION = true ? "2.1.0-beta.5" : "0.0.0-test";
3909
3909
 
3910
3910
  // src/openai-provider.ts
3911
3911
  function createOpenAI(options = {}) {