kyutai / Helium1-VL-2B

huggingface.co
Total runs: 12
24-hour runs: 0
7-day runs: 5
30-day runs: 5
Model's Last Updated: December 24 2025
image-text-to-text

Introduction of Helium1-VL-2B

Model Details of Helium1-VL-2B

Helium1-VL-2B

Helium1-VL-2B is an instruct-tuned vision-language model (VLM) based on the Helium1-2B text-only language model and a pretrained vision encoder from Qwen-2.5VL .

This model is released as part of the CASA project. While the CASA architecture focuses on cross-attention fusion, Helium1-VL-2B serves as a high-performance token insertion baseline, achieving state-of-the-art results among models of comparable size trained on publicly available datasets.

Sample Usage

You can run inference using the following code snippet. This model requires trust_remote_code=True to load the custom architecture.

import torch
from transformers.models.auto.modeling_auto import AutoModel
from transformers.models.auto.processing_auto import AutoProcessor

model_id = "kyutai/Helium1-VL-2B"
model = AutoModel.from_pretrained(
    model_id,
    torch_dtype=torch.bfloat16,
    attn_implementation="flash_attention_2",
    trust_remote_code=True,
).cuda()
processor = AutoProcessor.from_pretrained(
    model_id,
    trust_remote_code=True,
)

conversation = [
    {
        "role": "user",
        "content": [
            {
                "type": "image",
                "image": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/ai2d-demo.png",
            },
            {
                "type": "text",
                "text": "Describe this image.",
            },
        ],
    },
]

inputs = processor.tokenize_messages(messages=conversation)
inputs = inputs.to(model.device)
input_len = inputs["input_ids"].shape[1]

output_ids = model.generate_from_image(
  **inputs,
  max_new_tokens=512,
  pre_image_tokens=processor.pre_image_tokens,
  post_image_tokens=processor.post_image_tokens,
  eos_token_id=model.generation_config.eos_token_id,
)[0, input_len:]

response = processor.tokenizer.decode(output_ids, skip_special_tokens=True)
print(response)
Citation

If you use this model or the CASA fusion paradigm in your research, please cite:

@article{kyutai2025casa,
  author = {Moritz B\"ohle and Am\'elie Royer and Juliette Marrie and Edouard Grave and Patrick P\'erez},
  year = {2025},
  title = {CASA: Cross-Attention via Self-Attention for Efficient Vision-Language Fusion},
  journal = {ArXiv},
  url = {https://arxiv.org/abs/2512.19535}
}

Runs of kyutai Helium1-VL-2B on huggingface.co

12
Total runs
0
24-hour runs
0
3-day runs
5
7-day runs
5
30-day runs

More Information About Helium1-VL-2B huggingface.co Model

More Helium1-VL-2B license Visit here:

https://choosealicense.com/licenses/cc-by-nc-sa-4.0

Helium1-VL-2B huggingface.co

Helium1-VL-2B huggingface.co is an AI model on huggingface.co that provides Helium1-VL-2B's model effect (), which can be used instantly with this kyutai Helium1-VL-2B model. huggingface.co supports a free trial of the Helium1-VL-2B model, and also provides paid use of the Helium1-VL-2B. Support call Helium1-VL-2B model through api, including Node.js, Python, http.

Helium1-VL-2B huggingface.co Url

https://huggingface.co/kyutai/Helium1-VL-2B

kyutai Helium1-VL-2B online free

Helium1-VL-2B huggingface.co is an online trial and call api platform, which integrates Helium1-VL-2B's modeling effects, including api services, and provides a free online trial of Helium1-VL-2B, you can try Helium1-VL-2B online for free by clicking the link below.

kyutai Helium1-VL-2B online free url in huggingface.co:

https://huggingface.co/kyutai/Helium1-VL-2B

Helium1-VL-2B install

Helium1-VL-2B is an open source model from GitHub that offers a free installation service, and any user can find Helium1-VL-2B on GitHub to install. At the same time, huggingface.co provides the effect of Helium1-VL-2B install, users can directly use Helium1-VL-2B installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Helium1-VL-2B install url in huggingface.co:

https://huggingface.co/kyutai/Helium1-VL-2B

Url of Helium1-VL-2B

Helium1-VL-2B huggingface.co Url

Provider of Helium1-VL-2B huggingface.co

kyutai
ORGANIZATIONS

Other API from kyutai

huggingface.co

Total runs: 1.6M
Run Growth: 758.7K
Growth Rate: 48.20%
Updated:July 02 2025
huggingface.co

Total runs: 119.0K
Run Growth: 65.0K
Growth Rate: 54.62%
Updated:September 11 2025
huggingface.co

Total runs: 23.1K
Run Growth: 19.4K
Growth Rate: 83.97%
Updated:April 30 2025
huggingface.co

Total runs: 5.4K
Run Growth: -9.7K
Growth Rate: -179.97%
Updated:May 04 2026
huggingface.co

Total runs: 3.6K
Run Growth: 1.4K
Growth Rate: 38.07%
Updated:September 18 2024
huggingface.co

Total runs: 898
Run Growth: 666
Growth Rate: 74.16%
Updated:April 16 2026
huggingface.co

Total runs: 610
Run Growth: -465
Growth Rate: -76.23%
Updated:September 18 2024
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:June 27 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:November 18 2025
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:March 10 2026