Skip to content

Commit 5d2674b

Browse files
committed
docs: Update Brave Search pricing - now $5/1000 queries (no free tier)
Brave Search discontinued free tier on Feb 12, 2026. Updated all README references to reflect paid pricing. Emphasized SearXNG as free alternative. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a504385 commit 5d2674b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ docker compose --profile gateway up -d
194194
> [!TIP]
195195
> Set your API key in `~/.picoclaw/config.json`.
196196
> Get API keys: [OpenRouter](https://openrouter.ai/keys) (LLM) · [Zhipu](https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys) (LLM)
197-
> Web search is **optional** - get free [Brave Search API](https://brave.com/search/api) (2000 free queries/month) or use built-in auto fallback.
197+
> Web search is **optional** - [Brave Search API](https://brave.com/search/api) ($5/1000 queries, ~$5-6/month), [SearXNG](https://github.com/searxng/searxng) (free, self-hosted), or use built-in DuckDuckGo fallback.
198198
199199
**1. Initialize**
200200

@@ -259,7 +259,7 @@ picoclaw onboard
259259

260260
* **LLM Provider**: [OpenRouter](https://openrouter.ai/keys) · [Zhipu](https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys) · [Anthropic](https://console.anthropic.com) · [OpenAI](https://platform.openai.com) · [Gemini](https://aistudio.google.com/api-keys)
261261
* **Web Search** (optional):
262-
* [Brave Search](https://brave.com/search/api) - Free tier (2000 requests/month)
262+
* [Brave Search](https://brave.com/search/api) - Paid ($5/1000 queries, ~$5-6/month)
263263
* [Perplexity](https://www.perplexity.ai) - AI-powered search with chat interface
264264
* [SearXNG](https://github.com/searxng/searxng) - Self-hosted metasearch engine (free, no API key needed)
265265
* DuckDuckGo - Built-in fallback (no API key required)
@@ -1062,9 +1062,9 @@ This is normal if you haven't configured a search API key yet. PicoClaw will pro
10621062

10631063
PicoClaw automatically selects the best available search provider in this order:
10641064
1. **Perplexity** (if enabled and API key configured) - AI-powered search with citations
1065-
2. **Brave Search** (if enabled and API key configured) - Privacy-focused with 2000 free queries/month
1066-
3. **SearXNG** (if enabled and base_url configured) - Self-hosted metasearch aggregating 70+ engines
1067-
4. **DuckDuckGo** (if enabled, default fallback) - No API key required
1065+
2. **Brave Search** (if enabled and API key configured) - Privacy-focused paid API ($5/1000 queries)
1066+
3. **SearXNG** (if enabled and base_url configured) - Self-hosted metasearch aggregating 70+ engines (free)
1067+
4. **DuckDuckGo** (if enabled, default fallback) - No API key required (free)
10681068

10691069
#### Web Search Configuration Options
10701070

@@ -1083,7 +1083,7 @@ PicoClaw automatically selects the best available search provider in this order:
10831083
}
10841084
```
10851085

1086-
**Option 2 (Free Tier)**: Get a free API key at [https://brave.com/search/api](https://brave.com/search/api) (2000 free queries/month)
1086+
**Option 2 (Paid API)**: Get an API key at [https://brave.com/search/api](https://brave.com/search/api) ($5/1000 queries, ~$5-6/month)
10871087
```json
10881088
{
10891089
"tools": {
@@ -1168,7 +1168,7 @@ This happens when another instance of the bot is running. Make sure only one `pi
11681168
| ---------------- | ------------------------ | ------------------------------------- |
11691169
| **OpenRouter** | 200K tokens/month | Multiple models (Claude, GPT-4, etc.) |
11701170
| **Zhipu** | 200K tokens/month | Best for Chinese users |
1171-
| **Brave Search** | 2000 queries/month | Web search functionality |
1171+
| **Brave Search** | Paid ($5/1000 queries) | Web search functionality |
11721172
| **SearXNG** | Unlimited (self-hosted) | Privacy-focused metasearch (70+ engines) |
11731173
| **Groq** | Free tier available | Fast inference (Llama, Mixtral) |
11741174
| **Cerebras** | Free tier available | Fast inference (Llama, Qwen, etc.) |

0 commit comments

Comments
 (0)