From ae61f19dccc240b962f4b21f5a11331be656dbae Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Fri, 26 Jun 2026 12:04:27 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 784ab7e..66d0ad4 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -9315,6 +9315,12 @@ components: created: description: Unix timestamp (seconds) when the image was generated type: integer + media_type: + description: >- + Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). Present for + non-raster outputs such as SVG (`image/svg+xml`). + example: image/svg+xml + type: string type: description: The event type enum: @@ -9474,6 +9480,12 @@ components: b64_json: description: Base64-encoded image bytes type: string + media_type: + description: >- + Media type (MIME type) of the image. Omitted when the output is a standard raster format (PNG). + Present for non-raster outputs such as SVG (`image/svg+xml`). + example: image/svg+xml + type: string required: - b64_json type: object