browser_use/llm/README.md
We officially support the following LLMs:
OpenAI
Anthropic
Groq
Ollama
DeepSeek
Mistral
Use ChatMistral with MISTRAL_API_KEY (and optional MISTRAL_BASE_URL). Structured outputs automatically strip unsupported JSON schema keywords (minLength, maxLength, pattern, format), and generation uses max_tokens plus the optional safe_prompt flag.
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.