Model reference · open weights
InternVL3_5-Flash is an open-weight language model from OpenGVLab. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | OpenGVLab |
|---|---|
| Type | Language models |
| Task | Vision + text · MoE |
| Parameters (lead) | 8.8B |
| Runs with | transformers |
| Based on | OpenGVLab/InternVL3_5-8B |
| Released | 2025-09-28 |
| Popularity | 508 downloads / month |
| Licence | Open weights |
About
[📂 GitHub] [📜 InternVL 1.0] [📜 InternVL 1.5] [📜 InternVL 2.5] [📜 InternVL2.5-MPO] [📜 InternVL3] [📜 InternVL3.5]
[🆕 Blog] [🗨️ Chat Demo] [🚀 Quick Start] [📖 Documents]
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 set of multimodal general, reasoning, text, and agentic benchmarks: MMBench v1.1 (en), MMStar,BLINK, HallusionBench, AI2D, OCRBench, MMVet, MME-RealWorld (en), MVBench, VideoMME, MMMU, MathVista, MathVision, MathVerse, DynaMath, WeMath, LogicVista, MATH500, AIME24, AIME25, GPQA, MMLU-Pro, GAOKAO, IFEval, SGP-Bench, VSI-Bench, ERQA, SpaCE-10, and OmniSpatial.
See quick start for how to use our model.
In the following table, we provide an overview of the InternVL3.5 series. To maintain consistency with earlier generations, we provide two model formats: the GitHub format, consistent with prior releases, and the HF format, aligned with the official Transformers standard.
If you want to convert the checkpoint between these two formats, please refer to the scripts about custom2hf and hf2custom.
| Model | #Vision Param | #Language Param | #Total Param | HF Link | ModelScope Link |
|---|---|---|---|---|---|
| InternVL3.5-1B | 0.3B | 0.8B | 1.1B | 🤗 link | 🤖 link |
| InternVL3.5-2B | 0.3B | 2.0B | 2.3B | 🤗 link | 🤖 link |
| InternVL3.5-4B | 0.3B | 4.4B | 4.7B | 🤗 link | 🤖 link |
| InternVL3.5-8B | 0.3B | 8.2B | 8.5B | 🤗 link | 🤖 link |
| InternVL3.5-14B | 0.3B | 14.8B | 15.1B | 🤗 link | 🤖 link |
| InternVL3.5-38B | 5.5B | 32.8B | 38.4B | 🤗 link | 🤖 link |
| InternVL3.5-20B-A4B | 0.3B | 20.9B | 21.2B-A4B | 🤗 link | 🤖 link |
| InternVL3.5-30B-A3B | 0.3B | 30.5B | 30.8B-A3B | 🤗 link | 🤖 link |
| InternVL3.5-241B-A28B | 5.5B | 235.1B | 240.7B-A28B | 🤗 link |
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys internvl3-5-flash for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (internvl3-5-flash 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-flash","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.