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

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

Hugging Face
AI Model2026

Provides GGUF-quantized Inkling multimodal model weights for local image/audio-to-text and conversational inference. Includes quantization variants (example: 1-bit UD-IQ1_S), Apache-2.0 license, and compatibility with Unsloth Studio, vLLM and common inference stacks.

Hugging Face
AI Video2026

Generates a new camera viewpoint from a reference video: an IC‑LoRA adapter for LTX‑Video 2.3 that re‑renders the same scene from a requested discrete camera angle while preserving subject and content. Trained on synthetic multi‑view data, proof‑of‑concept with limited viewpoint range and best for small, chained angle shifts.