This is the Mixed Model of
MobiAgent with 7B parameters, having the abilities of both the
MobiMind-Decider and the
MobiMind-Grounder presented in the paper
MobiAgent: A Systematic Framework for Customizable Mobile Agents.
With the rapid advancement of Vision-Language Models (VLMs), GUI-based mobile agents have emerged as a key development direction for intelligent mobile systems. However, existing agent models continue to face significant challenges in real-world task execution, particularly in terms of accuracy and efficiency. To address these limitations, we propose MobiAgent, a comprehensive mobile agent system comprising three core components: the MobiMind-series agent models, the AgentRR acceleration framework, and the MobiFlow benchmarking suite. Furthermore, recognizing that the capabilities of current mobile agents are still limited by the availability of high-quality data, we have developed an AI-assisted agile data collection pipeline that significantly reduces the cost of manual annotation. Compared to both general-purpose LLMs and specialized GUI agent models, MobiAgent achieves state-of-the-art performance in real-world mobile scenarios.
It simultaneously serves as the Decider and the Grounder, i.e., the requests for both tasks can be routed to this model.
For more usage details, e.g., execute GUI tasks with ADB or our Android App, please refer to our
repo!