From 92490df925823b09147b84233049323ca6eb2b0f Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Thu, 17 Sep 2026 16:45:15 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 96c36069..9cb92fd0 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -349,7 +349,7 @@ components: - $ref: '#/components/schemas/InputImage' - properties: {} type: 'object' - description: 'Image input content item' + description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.' example: detail: 'auto' image_url: 'https://example.com/image.jpg' @@ -8083,7 +8083,7 @@ components: - $ref: '#/components/schemas/InputImage' - properties: {} type: 'object' - description: 'Image input content item' + description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.' example: detail: 'auto' image_url: 'https://example.com/image.jpg' @@ -8353,7 +8353,7 @@ components: - $ref: '#/components/schemas/InputImage' - properties: {} type: 'object' - description: 'Image input content item' + description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.' example: detail: 'auto' image_url: 'https://example.com/image.jpg' @@ -8975,7 +8975,7 @@ components: - $ref: '#/components/schemas/InputImage' - properties: {} type: 'object' - description: 'Image input content item' + description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.' example: detail: 'auto' image_url: 'https://example.com/image.jpg' @@ -11721,7 +11721,7 @@ components: - 'type' type: 'object' InputImage: - description: 'Image input content item' + description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.' example: detail: 'auto' image_url: 'https://example.com/image.jpg' @@ -11734,6 +11734,10 @@ components: - 'low' - 'original' type: 'string' + file_id: + type: + - 'string' + - 'null' image_url: type: - 'string' @@ -11763,7 +11767,7 @@ components: - $ref: '#/components/schemas/InputImage' - properties: {} type: 'object' - description: 'Image input content item' + description: 'Image input content item. Provide either an image_url (a URL or a base64 data URL) or the file_id of an uploaded image.' example: detail: 'auto' image_url: 'https://example.com/image.jpg'