Install LLM Provider

# Install the package for your preffered LLM Provider
pip install llama-index-llms-[PROVIDER]

Supported Providers

DroidRun supports all major LLM providers through LlamaIndex, including but not limited to:

  • OpenAI (GPT-4o, GPT-o3, etc.)
  • Anthropic (Claude models)
  • GoogleGenAI (Gemini)
  • Azure OpenAI Service
  • AWS Bedrock
  • Cohere
  • Hugging Face
  • Local models (Ollama, vLLM, etc.)
  • And many more…

This flexibility allows you to choose the best model for your specific use case, budget, and performance requirements while maintaining the same DroidRun interface across all providers.