# InternVL Family: Closing the Gap to Commercial Multimodal Models with Open-Source Suites โโ A Pioneering Open-Source Alternative to GPT-5
[\[๐ Blog\]](https://internvl.github.io/blog/)
[\[๐ค FAQs\]](https://internvl.readthedocs.io/en/latest/tutorials/faqs.html)
[\[๐จ๏ธ Chat Demo\]](https://chat.intern-ai.org.cn/)
[\[๐ Document\]](https://internvl.readthedocs.io/en/latest/)
[\[๐ API\]](https://internlm.intern-ai.org.cn/api/document)
[\[๐ Quick Start\]](#quick-start-with-huggingface)
[\[๐ฅ InternVL3.5 Report\]](https://huggingface.co/papers/2508.18265)
[\[๐ InternVL3.0 Report\]](https://huggingface.co/papers/2504.10479)
[\[๐ InternVL2.5 MPO\]](https://huggingface.co/papers/2411.10442)
[\[๐ InternVL2.5 Report\]](https://huggingface.co/papers/2412.05271)
[\[๐ Mini-InternVL Paper\]](https://arxiv.org/abs/2410.16261)
[\[๐ InternVL2 Blog\]](https://internvl.github.io/blog/2024-07-02-InternVL-2.0/)
[\[๐ InternVL 1.5 Paper\]](https://huggingface.co/papers/2404.16821)
[\[๐ InternVL 1.0 Paper\]](https://huggingface.co/papers/2312.14238)
[\[๐ 2.0 ไธญๆ่งฃ่ฏป\]](https://zhuanlan.zhihu.com/p/706547971)
[\[๐ 1.5 ไธญๆ่งฃ่ฏป\]](https://zhuanlan.zhihu.com/p/699439759)
[\[๐ 1.0 ไธญๆ่งฃ่ฏป\]](https://zhuanlan.zhihu.com/p/702946079)
[Switch to the Chinese version (ๅๆข่ณไธญๆ็)](/README_zh.md)


## News ๐๐๐
- `2025/08/30`: ๐ฅ We open-source the training code of [InternVL3_5-GPT-OSS-20B-A4B](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat_gpt_oss) and CascadeRL, which consists of a [offline RL stage](https://github.com/OpenGVLab/InternVL/blob/main/internvl_chat_gpt_oss/shell/internvl3_5_gpt_oss/internvl3_5_gpt_oss_20b_stage3_mpo.sh) and a [online RL stage](https://github.com/Weiyun1025/verl-internvl). The training data for these two stages ([MMPR-v1.2](https://huggingface.co/datasets/OpenGVLab/MMPR-v1.2) and [MMPR-Tiny](https://huggingface.co/datasets/OpenGVLab/MMPR-Tiny)) are also open-sourced.
- `2025/08/26`: ๐ We introduce [InternVL3.5](https://huggingface.co/papers/2508.18265), a new family of open-source multimodal models that significantly advances versatility, reasoning capability, and inference efficiency along the InternVL series. Our largest model, i.e., [InternVL3.5-241B-A28B](https://huggingface.co/OpenGVLab/InternVL3_5-241B-A28B), attains state-of-the-art results among open-source MLLMs across general multimodal, reasoning, text, and agentic tasks. We also provide a 20B-A4B version (i.e., [InternVL3_5-GPT-OSS-20B-A4B](https://huggingface.co/OpenGVLab/InternVL3_5-GPT-OSS-20B-A4B-Preview)), which is built up on GPT-OSS-20B-A4B. Notably, we provide two model formats: [the GitHub format](https://huggingface.co/OpenGVLab/InternVL3_5-GPT-OSS-20B-A4B-Preview#github-format), consistent with prior releases, and [the HF format](https://huggingface.co/OpenGVLab/InternVL3_5-GPT-OSS-20B-A4B-Preview#huggingface-format), aligned with the official `transformers` standard.
- `2025/04/17`: We open-source the [data construction pipeline](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat/tools/reasoning_data_pipeline) and [training scripts](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat/shell/internvl3.0/mpo) of [MPO](https://huggingface.co/papers/2411.10442) and [VisualPRM](https://huggingface.co/papers/2503.10291). Additionally, the data construction scripts for [MPO](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat/shell/internvl3.0/mpo_data_construction) and [VisualPRM](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat/shell/internvl3.0/visualprm_data_construction) are also released for reference.
- `2025/04/11`: We introduce [InternVL3](https://huggingface.co/collections/OpenGVLab/internvl3-67f7f690be79c2fe9d74fe9d), an advanced multimodal large language model (MLLM) series that demonstrates superior overall performance. InternVL3-78B achieves SoTA performance in both [perception](https://rank.opencompass.org.cn/leaderboard-multimodal/?m=REALTIME) and [reasoning performance](https://rank.opencompass.org.cn/leaderboard-multimodal-reasoning/?m=REALTIME) among open-source MLLMs. The key designs of InternVL3-78B include [Variable Visual Position Encoding](https://huggingface.co/papers/2412.09616), [Native Multimodal Pre-Training](https://huggingface.co/papers/2504.10479), [Mixed Preference Optimization](https://huggingface.co/papers/2411.10442), and [Multimodal Test-Time Scaling](https://huggingface.co/papers/2503.10291).
- `2025/03/13`: We introduce [VisualPRM](https://huggingface.co/OpenGVLab/VisualPRM-8B), an advanced multimodal Process Reward Model (PRM) with 8B parameters, which improves the overall reasoning performance of InternVL2.5-8B and InternVL2.5-78B by 8.4 and 5.9 points, respectively. The training data for this model, termed [VisualPRM400K](https://huggingface.co/datasets/OpenGVLab/VisualPRM400K), is also open-sourced. Please refer to our [paper](https://huggingface.co/papers/2503.10291) and [project page](https://internvl.github.io/blog/2025-03-13-VisualPRM/) for more details.
- `2024/12/20`: We release the [InternVL2.5-MPO](https://internvl.github.io/blog/2024-12-20-InternVL-2.5-MPO/), which is finetuned with [Mixed Preference Optimization](https://huggingface.co/papers/2411.10442) on [MMPR-v1.1](https://huggingface.co/datasets/OpenGVLab/MMPR-v1.1). **The resulting models outperform their counterparts without MPO by an average of 2 points across all model scales on the OpenCompass leaderboard.** These models are available at [HF link](https://huggingface.co/collections/OpenGVLab/internvl25-mpo-6753fed98cd828219b12f849).
- `2024/12/17`: [InternVL2/2.5](https://github.com/PaddlePaddle/PaddleMIX/tree/develop/paddlemix/examples/internvl2) is supported in [PaddleMIX](https://github.com/PaddlePaddle/PaddleMIX) by Paddle Team.
- `2024/12/05`: We release the [InternVL2.5](https://huggingface.co/collections/OpenGVLab/internvl-25-673e1019b66e2218f68d7c1c), an advanced multimodal large language model (MLLM) series with parameter coverage ranging from 1B to 78B. [InternVL2_5-78B](https://huggingface.co/OpenGVLab/InternVL2_5-78B) is the first open-source MLLMs to achieve over **70%** on the **MMMU benchmark**, matching the performance of leading closed-source commercial models like GPT-4o. These models are available at [HF link](https://huggingface.co/collections/OpenGVLab/internvl-25-673e1019b66e2218f68d7c1c).
- `2024/11/14`: We introduce [MMPR](https://huggingface.co/datasets/OpenGVLab/MMPR), a high-quality, large-scale multimodal reasoning preference dataset, and [MPO](https://github.com/OpenGVLab/InternVL/tree/main/internvl_chat/shell/internvl2.0_mpo), an effective preference optimization algorithm. The resulting model, [InternVL2-8B-MPO](https://huggingface.co/OpenGVLab/InternVL2-8B-MPO), achieves an accuracy of 67.0 on MathVista. Please refer to our [paper](https://arxiv.org/abs/2411.10442), [project page](https://internvl.github.io/blog/2024-11-14-InternVL-2.0-MPO/) and [document](https://internvl.readthedocs.io/en/latest/internvl2.0/preference_optimization.html) for more details.
| Model |
Date |
HF Link |
MS Link |
Note |
| Mini‑InternVL‑Chat‑4B‑V1‑5 |
2024.05.28 |
๐ค link |
๐ค link |
๐๐ 16% of the model size, 90% of the performance |
| Mini-InternVL-Chat-2B-V1-5 |
2024.05.19 |
๐ค link |
๐ค link |
๐ 8% of the model size, 80% of the performance |
| InternVL-Chat-V1-5 |
2024.04.18 |
๐ค link |
๐ค link |
support 4K image; super strong OCR; Approaching the performance of GPT-4V and Gemini Pro on various benchmarks like MMMU, DocVQA, ChartQA, MathVista, etc. |
| InternVL-Chat-V1-2-Plus |
2024.02.21 |
๐ค link |
๐ค link |
more SFT data and stronger |
| InternVL-Chat-V1-2 |
2024.02.11 |
๐ค link |
๐ค link |
scaling up LLM to 34B |
| InternVL-Chat-V1-1 |
2024.01.24 |
๐ค link |
๐ค link |
support Chinese and stronger OCR |
| InternVL-Chat-19B |
2023.12.25 |
๐ค link |
๐ค link |
English multimodal dialogue |
| InternVL-Chat-13B |
2023.12.25 |
๐ค link |
๐ค link |
English multimodal dialogue |
#### CLIP-like Model (InternVL 1.0-2.5)