[PR #10509] image: add vision capability tag for projector-based models #13260

Closed
opened 2026-04-13 00:22:18 -05:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/ollama/ollama/pull/10509

State: closed
Merged: Yes


Most vision models in the ollama library use projectors and don't have the "vision" tag in the capabilities list.

$ for i in gemma3 mistral-small3.1 llava llama3.2-vision minicpm-v llava-llama3 moondream bakllava llava-phi3 granite3.2-vision ; do printf "%-20s " $i ; curl -s localhost:11434/api/show -d '{"model":"'$i'"}' | jq -c .capabilities ; done
gemma3               ["completion","vision"]
mistral-small3.1     ["completion","vision","tools"]
llava                ["completion"]
llama3.2-vision      ["completion"]
minicpm-v            ["completion"]
llava-llama3         ["completion"]
moondream            ["completion"]
bakllava             ["completion"]
llava-phi3           ["completion"]
granite3.2-vision    ["completion","tools"]
**Original Pull Request:** https://github.com/ollama/ollama/pull/10509 **State:** closed **Merged:** Yes --- Most vision models in the ollama library use projectors and don't have the "vision" tag in the capabilities list. ```console $ for i in gemma3 mistral-small3.1 llava llama3.2-vision minicpm-v llava-llama3 moondream bakllava llava-phi3 granite3.2-vision ; do printf "%-20s " $i ; curl -s localhost:11434/api/show -d '{"model":"'$i'"}' | jq -c .capabilities ; done gemma3 ["completion","vision"] mistral-small3.1 ["completion","vision","tools"] llava ["completion"] llama3.2-vision ["completion"] minicpm-v ["completion"] llava-llama3 ["completion"] moondream ["completion"] bakllava ["completion"] llava-phi3 ["completion"] granite3.2-vision ["completion","tools"] ```
GiteaMirror added the pull-request label 2026-04-13 00:22:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#13260