diff --git a/docs/features/bring-your-own-llm.mdx b/docs/features/bring-your-own-llm.mdx index 69a95114a..7080ad5e2 100644 --- a/docs/features/bring-your-own-llm.mdx +++ b/docs/features/bring-your-own-llm.mdx @@ -23,6 +23,7 @@ BrowserOS includes a default AI model you can use right away, but it has strict Connect to powerful AI models using your API keys. Your keys stay on your machine — requests go directly to the provider. +
Gemini Flash is fast and free. Google gives you 20 requests per minute at no cost. @@ -44,6 +45,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin ![Gemini config](/images/byollm--gemini-provider-config.png) +
Claude Opus 4.5 gives the best results for Agent Mode. @@ -65,6 +67,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin ![Claude config](/images/byollm--claude-provider-config.png) +
GPT-4.1 is solid for both chat and agent tasks. @@ -86,6 +89,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin ![OpenAI config](/images/byollm--openai-provider-config.png) +
Access 500+ models through one API. @@ -118,6 +122,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin +
The easiest way to run models locally. @@ -145,6 +150,7 @@ Connect to powerful AI models using your API keys. Your keys stay on your machin **Recommended models:** `llama3.2`, `qwen3:8b`, `mistral` +
Nice GUI if you don't want to use the terminal.