[GH-ISSUE #7226] Library tags not present in model information - RFC #66643

Closed
opened 2026-05-04 07:41:48 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @elsatch on GitHub (Oct 16, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/7226

Today, I was using a third party software along Ollma (Msty). That program has support for text and vision models. As I was trying MiniCPM-V, a vision model, it was not detected by the program. Somehow I assumed that the Vision tag present on the library would be also present in the Model information. But that does not seem the case.

Would it make sense to add that information to the model description?

Sample vision model information on the Ollama library:

image

Sample output using ollama show modelname:

image

As you can see, the Vision tag on the Library is not present on the model information. (I assume it could be infered from the projector section).

This issue could be related to #5682.

Originally created by @elsatch on GitHub (Oct 16, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/7226 Today, I was using a third party software along Ollma (Msty). That program has support for text and vision models. As I was trying MiniCPM-V, a vision model, it was not detected by the program. Somehow I assumed that the Vision tag present on the library would be also present in the Model information. But that does not seem the case. Would it make sense to add that information to the model description? Sample vision model information on the Ollama library: ![image](https://github.com/user-attachments/assets/7f14e5d9-e17a-42f9-80ec-c522ac9ad04e) Sample output using ollama show modelname: ![image](https://github.com/user-attachments/assets/90f0a35a-9bf6-449b-8c4e-cf48156bded0) As you can see, the Vision tag on the Library is not present on the model information. (I assume it could be infered from the projector section). This issue could be related to #5682.
GiteaMirror added the feature request label 2026-05-04 07:41:48 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 11, 2026):

$ ollama show minicpm-v
  Model
    architecture        qwen2    
    parameters          7.6B     
    context length      32768    
    embedding length    3584     
    quantization        Q4_0     

  Capabilities
    completion    
    vision        
<!-- gh-comment-id:3735982626 --> @rick-github commented on GitHub (Jan 11, 2026): ```console $ ollama show minicpm-v Model architecture qwen2 parameters 7.6B context length 32768 embedding length 3584 quantization Q4_0 Capabilities completion vision ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#66643