Model reference · open weights
InternVL3_5 is an open-weight language model from OpenGVLab, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
InternVL35-1B [\[📂 GitHub\]](https://github.com/OpenGVLab/InternVL) [\[📜 InternVL 1.0\]](https://huggingface.co/papers/2312.14238) [\[📜 InternVL 1.5\]](https://huggingface.co/papers/2404.16821) [\[📜 InternVL 2.5\]](https://huggingface.co/papers/2412.05271) [\[📜 InternVL2.5-MPO\]](https://huggingface.co/papers/2411.10442) [\[📜 InternVL3\]](https://huggingface.co/papers/2504.10479) [\[📜 InternVL3.5\]](https://huggingface.co/papers/2508.18265) [\[🆕 Blog\]](https://internvl.github.io/blog/) [\[🗨️ Chat Demo\]](https://chat.intern-ai.org.cn/) [\[🚀 Quick Start\]](#quick-start) [\[📖 Documents\]](https://internvl.readthedocs.io/en/latest/) Introduction We introduce InternVL3.5, a new family of open-source multimodal models that significantly advances versatility, reasoning capability, and inference efficiency along the InternVL series. A key innovation is the Cascade Reinforcement Learning (Cascade RL) framework, which enhances reasoning through a two-stage process: offline RL for stable convergence and online RL for refined alignment. This coarse-to-fine training strategy leads to substantial improvements on downstream reasoning tasks, e.g., MMMU and MathVista. To optimize efficiency, we propose a Visual Resolution Router (ViR) that dynamically adjusts the resolution of visual tokens without compromising performance. Coupled with ViR, our Decoupled Vision-Language Deployment (DvD) strategy separates the vision encoder and language model across different GPUs, effectively balancing computational load. These contributions collectively enable InternVL3.5 to achieve up to a +16.0\% gain in overall reasoning performance and a 4.05 \\(\times\\) inference speedup compared to its predecessor, i.e., InternVL3. In addition, InternVL3.5 supports novel capabilities such as GUI interaction and embodied agency. Notably, our largest model, i.e., InternVL3.5-241B-A28B, attains state-of-the-art results among open-source MLLMs across general multimodal, reasoning, text, and agentic tasks—narrowing the performance gap with leading commercial models like GPT-5. All models and code are publicly released. Hatched bars represent closed-source commercial models. We report average scores on a s
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | OpenGVLab |
|---|---|
| Type | Language models |
| Parameters (lead) | 1.1B |
| Variants | 8 |
| Runs with | transformers |
| Based on | OpenGVLab/InternVL3_5-1B-MPO |
| Released | 2025-08-25 |
| Popularity | 82k downloads / month |
| Likes | 140 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| InternVL3_5-1B | 1.1B | BF16 | ~2.4 GB | ✓ | Weights ↗ |
| InternVL3_5-8B-HF | 8.5B | BF16 | ~19.6 GB | ✓ | Weights ↗ |
| InternVL3_5-4B | 4.7B | BF16 | ~10.9 GB | ✓ | Weights ↗ |
| InternVL3_5-38B | 38.4B | BF16 | ~88.3 GB | — | Weights ↗ |
| InternVL3_5-30B-A3B | 30.8B | BF16 | ~71 GB | — | Weights ↗ |
| InternVL3_5-14B | 15.1B | BF16 | ~34.8 GB | ✓ | Weights ↗ |
| InternVL3_5-2B | 2.3B | BF16 | ~5.4 GB | ✓ | Weights ↗ |
| InternVL3_5-241B-A28B | 240.7B | BF16 | ~553.6 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys internvl3-5 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (internvl3-5 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"internvl3-5","messages":[{"role":"user","content":"Hello"}]}'
Details
Languages
Trained / evaluated on
Tags
Papers
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗