Browser Use LLMs¶
We officially support the following LLMs:
- OpenAI
- Anthropic
- Groq
- Ollama
- DeepSeek
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.