Skip to content

fix(providers): mark image-capable OpenRouter models as vision-capable - #491

Open
AliAltivate wants to merge 1 commit into
andrewyng:mainfrom
AliAltivate:fix/openrouter-vision
Open

fix(providers): mark image-capable OpenRouter models as vision-capable#491
AliAltivate wants to merge 1 commit into
andrewyng:mainfrom
AliAltivate:fix/openrouter-vision

Conversation

@AliAltivate

Copy link
Copy Markdown

Kimi K2.6 and Llama 4 Maverick accept image input on OpenRouter per their catalog's input_modalities; the matrix marked every OpenRouter model vision=False, so the engine replaced image parts with a placeholder and the models never received them. GLM-5.2 and DeepSeek V4 Pro stay text-only.

Fixes #481.

Kimi K2.6 and Llama 4 Maverick accept image input on OpenRouter per their
catalog's input_modalities; the matrix marked every OpenRouter model
vision=False, so the engine replaced image parts with a placeholder and
the model never received them. Fixes andrewyng#481.
@AliAltivate

Copy link
Copy Markdown
Author

Hi — just a friendly ping on this one. It's a small fix with a test included; would appreciate a review whenever you get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenRouter models are marked text-only, so attached images never reach the model

1 participant