[GH-ISSUE #13047] Does qwen3-vl multimodal support transferring multiple images? #34404

Closed
opened 2026-04-22 17:55:40 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @bbhxwl on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/13047

Does qwen3-vl multimodal support transferring multiple images?
Sending multiple pictures won't have any response, sending only one picture will do

Originally created by @bbhxwl on GitHub (Nov 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/13047 Does qwen3-vl multimodal support transferring multiple images? Sending multiple pictures won't have any response, sending only one picture will do
Author
Owner

@rick-github commented on GitHub (Nov 11, 2025):

$ ollama run qwen3-vl describe ./picture1.jpg ./picture2.jpg 
Added image './picture1.jpg'
Added image './picture2.jpg'
Thinking...
Got it, let's see. The user provided two images. First, I need to describe each one. Let's start 
...
structure each description step by step.
...done thinking.

### Image 1: White Puppy  
A **fluffy white puppy** sits upright on a weathered stone step. Its fur is thick, soft, and 
pristine white, with slightly floppy ears and a calm, curious expression. Around its neck is a 
**red collar** featuring a small red charm and a golden bell. The step beneath it has a textured, 
light-gray surface with subtle white veining. The background is softly blurred (bokeh effect), 
with warm, muted tones suggesting an indoor or shaded setting—possibly near a doorway or 
entrance. The lighting is gentle, highlighting the puppy’s pristine coat and creating a serene, 
cozy atmosphere.  


### Image 2: Orange Kitten  
A **tiny orange kitten** with striking **green eyes** is the focal point. Its fur is a mix of 
vibrant orange and white, especially noticeable on its chest and face, giving it a fluffy, 
adorable appearance. The kitten sits on a **textured, woven surface** (likely a cushion or 
fabric), bathed in warm sunlight that creates a bright, inviting glow. Its ears are perked up, 
and its wide eyes convey curiosity or innocence. The background is blurred with soft, sunlit 
tones (bokeh effect), suggesting a cozy indoor environment (e.g., a sunlit room with furniture). 
The overall mood is cheerful and serene, emphasizing the kitten’s playful charm.
<!-- gh-comment-id:3517015788 --> @rick-github commented on GitHub (Nov 11, 2025): ```console $ ollama run qwen3-vl describe ./picture1.jpg ./picture2.jpg Added image './picture1.jpg' Added image './picture2.jpg' Thinking... Got it, let's see. The user provided two images. First, I need to describe each one. Let's start ... structure each description step by step. ...done thinking. ### Image 1: White Puppy A **fluffy white puppy** sits upright on a weathered stone step. Its fur is thick, soft, and pristine white, with slightly floppy ears and a calm, curious expression. Around its neck is a **red collar** featuring a small red charm and a golden bell. The step beneath it has a textured, light-gray surface with subtle white veining. The background is softly blurred (bokeh effect), with warm, muted tones suggesting an indoor or shaded setting—possibly near a doorway or entrance. The lighting is gentle, highlighting the puppy’s pristine coat and creating a serene, cozy atmosphere. ### Image 2: Orange Kitten A **tiny orange kitten** with striking **green eyes** is the focal point. Its fur is a mix of vibrant orange and white, especially noticeable on its chest and face, giving it a fluffy, adorable appearance. The kitten sits on a **textured, woven surface** (likely a cushion or fabric), bathed in warm sunlight that creates a bright, inviting glow. Its ears are perked up, and its wide eyes convey curiosity or innocence. The background is blurred with soft, sunlit tones (bokeh effect), suggesting a cozy indoor environment (e.g., a sunlit room with furniture). The overall mood is cheerful and serene, emphasizing the kitten’s playful charm. ```
Author
Owner

@pdevine commented on GitHub (Nov 12, 2025):

As @rick-github mentioned, it is fully supported (and working in the api/cli/app). I'll go ahead and close the issue.

<!-- gh-comment-id:3519279119 --> @pdevine commented on GitHub (Nov 12, 2025): As @rick-github mentioned, it is fully supported (and working in the api/cli/app). I'll go ahead and close the issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#34404