This guide explains how to use the Droidrun framework with Gemini, Google’s family of advanced large language models. By integrating Gemini with Droidrun, you can leverage powerful cloud-based LLMs to automate Android devices, build intelligent agents, and experiment with advanced workflows.
Gemini is a suite of state-of-the-art language models developed by Google, available via the Gemini API. It supports text, code, and multimodal (vision) capabilities, and is accessible through a simple HTTP API.
Make sure you’ve set up and enabled the Droidrun Portal.
Here is a minimal example of using Droidrun with Gemini as the LLM backend:
"gemini-2.5-flash"
or "gemini-2.5-pro"
.With this setup, you can harness the power of Google’s Gemini models for Android automation and agent-based workflows using Droidrun!
This guide explains how to use the Droidrun framework with Gemini, Google’s family of advanced large language models. By integrating Gemini with Droidrun, you can leverage powerful cloud-based LLMs to automate Android devices, build intelligent agents, and experiment with advanced workflows.
Gemini is a suite of state-of-the-art language models developed by Google, available via the Gemini API. It supports text, code, and multimodal (vision) capabilities, and is accessible through a simple HTTP API.
Make sure you’ve set up and enabled the Droidrun Portal.
Here is a minimal example of using Droidrun with Gemini as the LLM backend:
"gemini-2.5-flash"
or "gemini-2.5-pro"
.With this setup, you can harness the power of Google’s Gemini models for Android automation and agent-based workflows using Droidrun!