allenai / MolmoWeb-4B

huggingface.co
Total runs: 7.2K
24-hour runs: 0
7-day runs: 332
30-day runs: 1.3K
Model's Last Updated: April 11 2026
image-text-to-text

Introduction of MolmoWeb-4B

Model Details of MolmoWeb-4B

Logo for the MolmoWeb Project

MolmoWeb-4B

MolmoWeb is a family of fully open multimodal web agents. MolmoWeb agents achieve state-of-the-art results outperforming similar scale open-weight-only models such as Fara-7B, UI-Tars-1.5-7B, and Holo1-7B. MolmoWeb-8B also surpasses set-of-marks (SoM) agents built on much larger closed frontier models like GPT-4o. We further demonstrate consistent gains through test-time scaling via parallel rollouts with best-of-N selection, achieving 94.7% and 60.5% pass@4 (compared to 78.2% and 35.3% pass@1)on WebVoyager and Online-Mind2Web respectively.

Learn more about the MolmoWeb family in our announcement blog post and tech report .

MolmoWeb-4B is based on Molmo2 architecture, which uses Qwen3-8B and SigLIP 2 as vision backbone.

Ai2 is committed to open science. The MolmoWeb datasets are available here . All other artifacts used in creating MolmoWeb (training code, evaluations , intermediate checkpoints) will be made available, furthering our commitment to open-source AI development and reproducibility.

Quick links:

Quick Start
from transformers import AutoProcessor, AutoModelForImageTextToText
from PIL import Image
import requests
import torch
from jinja2 import Template

checkpoint_dir = "allenai/MolmoWeb-4B"

model = AutoModelForImageTextToText.from_pretrained(
    checkpoint_dir,
    trust_remote_code=True,
    dtype="auto",
    device_map="auto",
)

processor = AutoProcessor.from_pretrained(
    checkpoint_dir,
    trust_remote_code=True,
    padding_side="left",
)


MOLMOWEB_THINK_TEMPLATE = Template(
"""
# GOAL
{{ task_description }}

# PREVIOUS STEPS
{% for action in past_actions: -%}
## Step {{ action['index'] }}
THOUGHT: {{ action['thought'] }}
ACTION: {{ action['action'] }}
{% endfor %}
# CURRENTLY ACTIVE PAGE
Page {{ page_index }}: {{ page_title }} | {{ page_url }}

# NEXT STEP

"""
)

task_description = "Tell me about the Ai2 PIROR team's recent projects"
past_actions = []
user_message = MOLMOWEB_THINK_TEMPLATE.render(
    page_title=None,
    page_url="about:blank",
    page_index=0,
    task_description=task_description,
    past_actions=[]
)
system_message = "molmo_web_think"
prompt = f"{system_message}: {user_message}"

blank_image = Image.new("RGB", (1280, 720), color="white")

image_messages = [
    {
        "role": "user",
        "content": [
            {"type": "text", "text": prompt},
            {"type": "image", "image": blank_image},
        ]
    }
]

inputs = processor.apply_chat_template(
    image_messages,
    tokenize=True,
    add_generation_prompt=True,
    return_tensors="pt",
    return_dict=True,
    padding=True,
)

inputs = {k: v.to("cuda") for k, v in inputs.items()}

with torch.inference_mode(), torch.autocast("cuda", dtype=torch.bfloat16):
    output = model.generate(**inputs, max_new_tokens=200)

generated_tokens = output[0, inputs["input_ids"].size(1):]
print(processor.decode(generated_tokens, skip_special_tokens=True))
License and Use

This model is licensed under Apache 2.0. It is intended for research and educational use in accordance with Ai2’s Responsible Use Guidelines .

Runs of allenai MolmoWeb-4B on huggingface.co

7.2K
Total runs
0
24-hour runs
-500
3-day runs
332
7-day runs
1.3K
30-day runs

More Information About MolmoWeb-4B huggingface.co Model

More MolmoWeb-4B license Visit here:

https://choosealicense.com/licenses/apache-2.0

MolmoWeb-4B huggingface.co

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

MolmoWeb-4B huggingface.co Url

https://huggingface.co/allenai/MolmoWeb-4B

allenai MolmoWeb-4B online free

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

allenai MolmoWeb-4B online free url in huggingface.co:

https://huggingface.co/allenai/MolmoWeb-4B

MolmoWeb-4B install

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

MolmoWeb-4B install url in huggingface.co:

https://huggingface.co/allenai/MolmoWeb-4B

Url of MolmoWeb-4B

MolmoWeb-4B huggingface.co Url

Provider of MolmoWeb-4B huggingface.co

allenai
ORGANIZATIONS

Other API from allenai

huggingface.co

Total runs: 1.1M
Run Growth: 345.9K
Growth Rate: 32.21%
Updated:December 04 2024
huggingface.co

Total runs: 216.4K
Run Growth: 81.4K
Growth Rate: 39.05%
Updated:July 28 2025
huggingface.co

Total runs: 136.2K
Run Growth: -2.6K
Growth Rate: -1.93%
Updated:January 23 2026
huggingface.co

Total runs: 100.0K
Run Growth: 37.8K
Growth Rate: 37.79%
Updated:January 23 2026
huggingface.co

Total runs: 79.9K
Run Growth: -67.7K
Growth Rate: -77.93%
Updated:January 23 2026
huggingface.co

Total runs: 38.2K
Run Growth: 10.4K
Growth Rate: 27.18%
Updated:August 15 2024
huggingface.co

Total runs: 25.1K
Run Growth: -3.4K
Growth Rate: -13.84%
Updated:January 25 2023
huggingface.co

Total runs: 19.8K
Run Growth: 15.6K
Growth Rate: 79.44%
Updated:May 23 2026
huggingface.co

Total runs: 16.8K
Run Growth: -2.0K
Growth Rate: -11.18%
Updated:October 18 2023
huggingface.co

Total runs: 5.4K
Run Growth: 889
Growth Rate: 16.86%
Updated:December 04 2024
huggingface.co

Total runs: 4.4K
Run Growth: -1.2K
Growth Rate: -27.97%
Updated:July 17 2024
huggingface.co

Total runs: 3.9K
Run Growth: -788
Growth Rate: -20.07%
Updated:March 19 2026
huggingface.co

Total runs: 3.9K
Run Growth: -341
Growth Rate: -8.79%
Updated:June 23 2026
huggingface.co

Total runs: 3.7K
Run Growth: -1.3K
Growth Rate: -36.05%
Updated:June 23 2026
huggingface.co

Total runs: 3.6K
Run Growth: 13
Growth Rate: 0.34%
Updated:October 10 2025
huggingface.co

Total runs: 3.3K
Run Growth: -998
Growth Rate: -30.33%
Updated:July 17 2024
huggingface.co

Total runs: 3.0K
Run Growth: 3.0K
Growth Rate: 100.00%
Updated:June 23 2026
huggingface.co

Total runs: 2.6K
Run Growth: -3.3K
Growth Rate: -127.96%
Updated:May 21 2026
huggingface.co

Total runs: 2.0K
Run Growth: -2.4K
Growth Rate: -119.11%
Updated:October 09 2025
huggingface.co

Total runs: 1.7K
Run Growth: -390
Growth Rate: -22.47%
Updated:April 11 2026