Model reference · open weights

InternVL3_5-Flash

Available as managed deployment LLMs OpenGVLab Vision + text · MoE 8 variants 508 dl/mo

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

MakerOpenGVLab
TypeLanguage models
TaskVision + text · MoE
Parameters (lead)8.8B
Runs withtransformers
Based onOpenGVLab/InternVL3_5-8B
Released2025-09-28
Popularity508 downloads / month
LicenceOpen weights

About

What InternVL3_5-Flash is

[📂 GitHub] [📜 InternVL 1.0] [📜 InternVL 1.5] [📜 InternVL 2.5] [📜 InternVL2.5-MPO] [📜 InternVL3] [📜 InternVL3.5]

[🆕 Blog] [🗨️ Chat Demo] [🚀 Quick Start] [📖 Documents]

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 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.

InternVL3.5 Family

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.

Github Format

Model#Vision Param#Language Param#Total ParamHF LinkModelScope Link
InternVL3.5-1B0.3B0.8B1.1B🤗 link🤖 link
InternVL3.5-2B0.3B2.0B2.3B🤗 link🤖 link
InternVL3.5-4B0.3B4.4B4.7B🤗 link🤖 link
InternVL3.5-8B0.3B8.2B8.5B🤗 link🤖 link
InternVL3.5-14B0.3B14.8B15.1B🤗 link🤖 link
InternVL3.5-38B5.5B32.8B38.4B🤗 link🤖 link
InternVL3.5-20B-A4B0.3B20.9B21.2B-A4B🤗 link🤖 link
InternVL3.5-30B-A3B0.3B30.5B30.8B-A3B🤗 link🤖 link
InternVL3.5-241B-A28B5.5B235.1B240.7B-A28B🤗 link

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

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.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms