Files
browser-use/browser_use/llm
Magnus Müller af649d357a Retry 503 errors
2025-10-29 23:04:58 -07:00
..
2025-10-21 18:55:54 -07:00
2025-10-01 21:12:56 -07:00
2025-10-25 10:24:40 -07:00
2025-10-07 11:08:15 -07:00
2025-09-07 19:11:18 -07:00
2025-10-29 23:04:58 -07:00
2025-09-16 12:24:22 +05:30
2025-10-03 21:32:47 -07:00
2025-10-21 18:55:54 -07:00
2025-07-22 18:50:17 +02:00
2025-10-19 23:29:20 -07:00
2025-10-07 11:02:16 -07:00
2025-10-05 20:30:36 -07:00
2025-10-21 18:55:54 -07:00

Browser Use LLMs

We officially support the following LLMs:

  • OpenAI
  • Anthropic
  • Google
  • Groq
  • Ollama
  • DeepSeek
  • Cerebras

Migrating from LangChain

Because of how we implemented the LLMs, we can technically support anything. If you want to use a LangChain model, you can use the ChatLangchain (NOT OFFICIALLY SUPPORTED) class.

You can find all the details in the LangChain example. We suggest you grab that code and use it as a reference.