AIAny
AI Agent2025
Icon for item

Fara-7B

Automates multi-step web tasks by perceiving webpages as pixels and issuing low-level mouse, keyboard and scroll actions. A 7B-parameter multimodal agent trained on 145K synthetic trajectories (FaraGen), designed for on-device deployment and efficient task completion (~16 steps/task).

Introduction

Fara-7B demonstrates that a compact, vision-centric agent trained on large-scale synthetic interaction data can navigate the web like a human while remaining small enough for on-device use. Instead of relying on DOM parsing, it treats the screen as input and outputs atomic interface actions, trading heavyweight model size for targeted task competence enabled by scalable trajectory generation.

What Sets It Apart
  • Pixel-in, action-out framing: the model consumes raw screenshots and predicts low-level actions (click coordinates, keystrokes, scrolls), which improves cross-site robustness by avoiding brittle DOM heuristics.
  • Data-first scaling: trained with FaraGen, a synthetic multi-agent pipeline that produced ~145K verified trajectories across shopping, search, reservations and other web tasks — enabling strong performance from a 7B parameter model.
  • Compact and practical: based on Qwen2.5-VL-7B and fine-tuned to be runnable on typical GPU setups or hosted on services like Azure Foundry; average trajectory length is ~16 steps compared to ~41 for comparable agents, improving latency and cost for many tasks.
  • Benchmark & tooling: released alongside WebTailBench (609 curated web tasks) and CUAVerifierBench (human-annotated verifier dataset), with evaluation infrastructure that uses Playwright and a reference Fara agent for reproducible measurements.
Who It's For and Tradeoffs

Great fit if you need an agentic model that performs real-world web tasks without relying on accessibility trees or site-specific parsers, and you care about running inference on modest hardware or in a hosted endpoint. It is useful for researchers building computer-use agents, developers integrating automated web workflows, and teams evaluating verifier/agent pipelines.

Look elsewhere if you require perfect reliability on adversarial or paywalled sites, heavy domain-specific logic that depends on semantic DOM structure, or production-grade automation for sensitive transactions—Fara-7B is an experimental research release and should be run sandboxed with monitoring. The model's strengths come from the synthetic trajectory pipeline; tasks outside the distribution of generated trajectories may need additional data or verification.

Where It Fits

Fara-7B sits between large multi-model agent stacks and tiny heuristic bots: it sacrifices raw parameter scale for a targeted design (vision-driven actions + supervised trajectory tuning). This makes it a practical choice for academic exploration of compact computer-use agents and for engineering prototypes that need real interaction with web UIs while keeping inference costs constrained.

Information

  • Websitegithub.com
  • OrganizationsMicrosoft Research, Microsoft
  • AuthorsAhmed Awadallah, Yash Lara, Raghav Magazine, Hussein Mozannar, Akshay Nambi, Yash Pandya, Aravind Rajeswaran, Corby Rosset, Alexey Taymanov, Vibhav Vineet
  • Published date2025/10/29

More Items

Hugging Face
AI Model2026

GGUF-quantized, refusal-removed build of Qwen3.8-Flash-Next for llama.cpp that provides multimodal (image+text), reasoning and tool-calling capabilities; released for security research and red-teaming under the Apache-2.0 license.

Hugging Face
AI Model2026

A dynamically quantized GGUF build of Ornith-1.5-35B optimized for agentic code-fixing and multi-turn conversations: targets 4-bit/≈22GB deployments, includes a vision projector, a custom importance matrix and a concise chat template.

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.