From 14f262fa66a173350c38d06fc812f0b289aea81a Mon Sep 17 00:00:00 2001 From: "openrouter-docs-sync[bot]" <273401080+openrouter-docs-sync[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 15:25:57 +0000 Subject: [PATCH] chore: update OpenAPI spec from monorepo (#379) Co-authored-by: OpenRouter SDK Bot --- .speakeasy/in.openapi.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index c34cc53..187c9ea 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -4270,11 +4270,15 @@ components: image_url: properties: detail: - description: Image detail level for vision models + description: >- + Image detail level for vision models. `original` is an OpenRouter extension (not in the OpenAI Chat + Completions spec) requesting true original-resolution media; it is downgraded to `high` for providers + that lack an original-resolution tier. enum: - auto - low - high + - original type: string url: description: 'URL of the image (data: URLs supported)'