Supported Models

Our platform supports a wide range of OpenAI-compatible LLM models for browser automation and AI agents.

  • OpenAI GPT (gpt-4o, gpt-4, gpt-3.5, etc.)
  • Anthropic Claude
  • Gemini
  • DeepSeek, Ollama, and more (performance may vary)

Specify your model when initializing the Agent, e.g. model="gpt-4o".

from browser_use import ChatOpenAI
llm = ChatOpenAI(model="gpt-4o")

See the sidebar for more configuration options and sample code.