model releaseMicrosoft

Microsoft Releases Fara-7B: 7B Parameter Computer Use Agent Trained in 2.5 Days on 64 H100s

TL;DR

Microsoft Research has released Fara-7B, a 7-billion parameter small language model designed for computer automation tasks. The model, which took 2.5 days to train on 64 H100 GPUs, can navigate websites to complete tasks like booking restaurants and shopping, using screenshots as input with a 128K token context window.

2 min read
0

Microsoft Releases Fara-7B Computer Use Agent

Microsoft Research has released Fara-7B, a 7-billion parameter multimodal model specialized for automating web-based tasks. The model was trained between October 26-29, 2025, requiring 2.5 days on 64 H100 GPUs.

Model Specifications

Fara-7B is built on Qwen 2.5-VL (7B) and processes screenshots alongside text inputs to predict actions for computer use tasks. The model supports a 128K token context window and outputs chain-of-thought reasoning followed by structured tool calls indicating specific actions.

Inputs include user goals in text, current browser screenshots, and history of previous actions. The model directly predicts grounded actions with arguments, such as pixel coordinates for mouse clicks.

Training and Data

According to Microsoft, the model was trained on a "large-scale, fully synthetic dataset of action trajectories generated and verified by a multi-agent pipeline." The company has not disclosed specific dataset sizes or compositions. Training used both public and private data sources.

The model is English-only and follows a decoder-only architecture adapted for multimodal inputs.

Safety and Limitations

Microsoft claims Fara-7B incorporates "critical point recognition" to halt execution when tasks require user permission or sensitive information. The model is trained to refuse eight categories of harmful tasks, including illegal activities, deceptive tasks, harassment, and misinformation.

Critical points where the model stops include entering personal information, completing purchases, making phone calls, sending emails, and signing into accounts. The model underwent automated red teaming for grounding, jailbreaks, and copyright violations, though specific evaluation results were not disclosed.

Availability and Use Cases

The model is available under an MIT license on Hugging Face and Azure AI Foundry. Microsoft designed it for automating shopping, travel booking, restaurant reservations, and account workflows through step-by-step browser actions.

The company notes the model can be deployed on-device for privacy and lower latency. For inference, Microsoft requires using a specific ChatML template with a detailed system prompt defining function signatures and interaction guidelines.

What This Means

Fara-7B represents Microsoft's entry into computer use agents at a compact 7B parameter scale, competing with larger models from Anthropic and others in this emerging category. The 2.5-day training time on 64 H100s suggests efficient training methods, though the reliance on fully synthetic data raises questions about real-world performance compared to models trained on human demonstrations. The MIT license and focus on on-device deployment differentiate this from API-only alternatives, though the English-only limitation and lack of disclosed benchmark scores make direct performance comparisons difficult.

Related Articles

model release

Google Releases Gemini 3.7 Flash With 1M-Token Context and Multimodal Input

Google has released Gemini 3.7 Flash, a multimodal model built for agentic workflows, coding, and multi-step reasoning. It offers a 1,049K token context window and is priced at $0.38 per million input tokens and $1.88 per million output tokens, available now via OpenRouter.

product update

Microsoft Begins Merging Consumer and Enterprise Copilot Apps Ahead of Super App Launch

Microsoft has begun rolling out a unified Copilot experience for a subset of users, merging consumer and enterprise apps as a first step toward a planned super app with chat, coding, and agentic features. Several consumer Copilot features, including Podcasts, Group Chat, and Deep Research, will be removed starting Aug. 18.

model release

DeepSeek Releases DeepSeek-V4-Pro-0813, a 1.7T-Parameter Model with DSpark Speculative Decoding

DeepSeek has released DeepSeek-V4-Pro-0813, a 1.7-trillion-parameter model that supersedes the DeepSeek-V4-Pro preview. The model adds a DSpark speculative decoding module and posts measurable gains on agentic and coding benchmarks, according to DeepSeek's technical report.

product update

Microsoft Merges Consumer and Business Copilot Apps, Cuts Group Chats, Deep Research, Mico Character

Microsoft is merging its consumer-facing Copilot app with Microsoft 365 Copilot while discontinuing Group Chats, AI-generated podcasts, Copilot Labs, Deep Research, and the Mico animated character by August 18, 2026. Paying professional users will get Researcher as a Deep Research replacement.

Comments

Loading...