QwenLM/Qwen3-VL

Qwen3-VL is the multimodal large language model series developed by Qwen team, Alibaba Cloud.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 53 minutes ago
Added to GitGenius on February 6th, 2025
Created on August 29th, 2024
Open Issues & Pull Requests: 423 (+0)
Number of forks: 1,840
Total Stargazers: 19,833 (+1)
Total Subscribers: 95 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 36.3 hours
Mean response time: 42.6 days
90th percentile: 188.1 days
Tracked items: 1,721

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 93% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed. Three people close 72% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 392
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 114 days
Stale 30+ days: 386
Stale 90+ days: 366

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • question (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Qwen3-VL is a multimodal large language model series developed by the Qwen team at Alibaba Cloud that combines vision and language understanding capabilities. The repository, written primarily in Jupyter Notebook format, serves as the official codebase and documentation hub for this vision-language model family.

The Qwen3-VL series represents a significant advancement in multimodal AI, delivering comprehensive upgrades across visual perception, text understanding, reasoning capabilities, and context length. The models are available in both Dense and Mixture-of-Experts architectures that scale from edge devices to cloud deployments, with Instruct and reasoning-enhanced Thinking editions for flexible deployment scenarios. The repository includes releases spanning multiple model sizes, including the Qwen3-VL-2B, 4B, 8B, 32B, and 235B-A22B variants, alongside earlier Qwen2.5-VL and Qwen2-VL series models with various quantization options such as AWQ, GPTQ-Int4, and GPTQ-Int8.

Key technical innovations documented in the repository include Interleaved-MRoPE for enhanced positional embeddings across temporal and spatial dimensions, DeepStack architecture for fusing multi-level Vision Transformer features, and Text-Timestamp Alignment for precise video temporal modeling. The models demonstrate particular strengths in visual agent capabilities for operating PC and mobile GUIs, visual coding generation from images and videos, advanced spatial perception including 2D and 3D grounding, and extended context handling with native 256K expandable to 1M tokens. The repository highlights expanded optical character recognition supporting 32 languages with improved robustness in challenging conditions, and enhanced multimodal reasoning particularly for STEM and mathematical tasks.

The repository maintains connections with related projects including vllm-project/vllm, paddlepaddle/paddleocr, and hiyouga/llamafactory through overlapping contributor networks. The codebase includes cookbooks covering recognition, localization, document parsing, video understanding, and key information extraction capabilities. The repository provides access to models through Hugging Face and ModelScope collections, alongside an interactive demo, API documentation, and a technical paper detailing the architecture and training methodology behind Qwen3-VL.