Files
browser-use/browser_use/llm/README.md

800 B

Browser Use LLMs

We officially support the following LLMs:

  • OpenAI

  • Anthropic

  • Google

  • Groq

  • Ollama

  • DeepSeek

  • Mistral

Mistral specifics

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.

  • 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.