opengvlab/internvl

[CVPR 2024 Oral] InternVL Family: A Pioneering Open-Source Alternative to GPT-4o. 接近GPT-4o表现的开源多模态对话模型

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 49 minutes ago
Added to GitGenius on September 6th, 2026
Created on November 22nd, 2023
Open Issues & Pull Requests: 315 (+0)
GitHub issues: Enabled
Number of forks: 793
Total Stargazers: 10,150 (+0)
Total Subscribers: 67 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 days
Mean response time: 22.8 days
90th percentile: 71.4 days
Tracked items: 670

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. 97% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 2% of issues opened in the past year have been closed. Three people close 62% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 304
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 460 days
Stale 30+ days: 302
Stale 90+ days: 300

Recent activity

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

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

InternVL is a vision-language model that combines image understanding with language capabilities to perform multimodal tasks like image classification, semantic segmentation, video classification, and image-text retrieval.

The project addresses the challenge of building open-source multimodal models that match the performance of commercial systems like GPT-4o. InternVL uses a vision transformer backbone paired with a language model to process both visual and textual inputs, enabling the model to understand images and respond to queries about them. The architecture scales across different model sizes, offering variants with different parameter counts to balance capability against computational requirements.

Developers should adopt this tool if they need an open-source alternative to proprietary multimodal models for production systems or research. The project suits applications requiring image understanding combined with natural language interaction, such as visual question answering, image captioning, or retrieval tasks. It provides both chat-based interfaces and programmatic APIs, making it accessible for different integration patterns. The tool is particularly valuable for teams that want to avoid vendor lock-in or need to run models on their own infrastructure.

The project maintains active development with regular releases introducing new model variants and performance improvements. Research contributions are documented through academic papers and technical reports accompanying major releases. The codebase includes comprehensive documentation covering setup, usage, and fine-tuning procedures. Community engagement is supported through multiple channels including a chat demo and API access for experimentation.