@ai-sdk/openai 3.0.4 → 3.0.6

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.
@@ -2800,6 +2800,12 @@ async function convertToOpenAIResponsesInput({
2800
2800
  image_url: `data:${item.mediaType};base64,${item.data}`
2801
2801
  };
2802
2802
  }
2803
+ case "image-url": {
2804
+ return {
2805
+ type: "input_image",
2806
+ image_url: item.url
2807
+ };
2808
+ }
2803
2809
  case "file-data": {
2804
2810
  return {
2805
2811
  type: "input_file",