Skip to content

Commit fc408bb

Browse files
keelanfhaltaywtf
andauthored
Fix incorrect rendering of brave costs in docs (openclaw#44989)
Merged via squash. Prepared head SHA: 8c69de8 Co-authored-by: keelanfh <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
1 parent 5b63f64 commit fc408bb

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Docs: https://docs.openclaw.ai
118118
- Delivery/dedupe: trim completed direct-cron delivery cache correctly and keep mirrored transcript dedupe active even when transcript files contain malformed lines. (#44666) thanks @frankekn.
119119
- CLI/thinking help: add the missing `xhigh` level hints to `openclaw cron add`, `openclaw cron edit`, and `openclaw agent` so the help text matches the levels already accepted at runtime. (#44819) Thanks @kiki830621.
120120
- Agents/Anthropic replay: drop replayed assistant thinking blocks for native Anthropic and Bedrock Claude providers so persisted follow-up turns no longer fail on stored thinking blocks. (#44843) Thanks @jmcte.
121+
- Docs/Brave pricing: escape literal dollar signs in Brave Search cost text so the docs render the free credit and per-request pricing correctly. (#44989) Thanks @keelanfh.
121122

122123
## 2026.3.11
123124

docs/brave-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ await web_search({
7373
## Notes
7474

7575
- OpenClaw uses the Brave **Search** plan. If you have a legacy subscription (e.g. the original Free plan with 2,000 queries/month), it remains valid but does not include newer features like LLM Context or higher rate limits.
76-
- Each Brave plan includes **$5/month in free credit** (renewing). The Search plan costs $5 per 1,000 requests, so the credit covers 1,000 queries/month. Set your usage limit in the Brave dashboard to avoid unexpected charges. See the [Brave API portal](https://brave.com/search/api/) for current plans.
76+
- Each Brave plan includes **\$5/month in free credit** (renewing). The Search plan costs \$5 per 1,000 requests, so the credit covers 1,000 queries/month. Set your usage limit in the Brave dashboard to avoid unexpected charges. See the [Brave API portal](https://brave.com/search/api/) for current plans.
7777
- The Search plan includes the LLM Context endpoint and AI inference rights. Storing results to train or tune models requires a plan with explicit storage rights. See the Brave [Terms of Service](https://api-dashboard.search.brave.com/terms-of-service).
7878
- Results are cached for 15 minutes by default (configurable via `cacheTtlMinutes`).
7979

docs/reference/api-usage-costs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ See [Memory](/concepts/memory).
8585
- **Kimi (Moonshot)**: `KIMI_API_KEY`, `MOONSHOT_API_KEY`, or `tools.web.search.kimi.apiKey`
8686
- **Perplexity Search API**: `PERPLEXITY_API_KEY`, `OPENROUTER_API_KEY`, or `tools.web.search.perplexity.apiKey`
8787

88-
**Brave Search free credit:** Each Brave plan includes $5/month in renewing
89-
free credit. The Search plan costs $5 per 1,000 requests, so the credit covers
88+
**Brave Search free credit:** Each Brave plan includes \$5/month in renewing
89+
free credit. The Search plan costs \$5 per 1,000 requests, so the credit covers
9090
1,000 requests/month at no charge. Set your usage limit in the Brave dashboard
9191
to avoid unexpected charges.
9292

docs/tools/web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Use `openclaw configure --section web` to set up your API key and choose a provi
6565
2. In the dashboard, choose the **Search** plan and generate an API key.
6666
3. Run `openclaw configure --section web` to store the key in config, or set `BRAVE_API_KEY` in your environment.
6767

68-
Each Brave plan includes **$5/month in free credit** (renewing). The Search
69-
plan costs $5 per 1,000 requests, so the credit covers 1,000 queries/month. Set
68+
Each Brave plan includes **\$5/month in free credit** (renewing). The Search
69+
plan costs \$5 per 1,000 requests, so the credit covers 1,000 queries/month. Set
7070
your usage limit in the Brave dashboard to avoid unexpected charges. See the
7171
[Brave API portal](https://brave.com/search/api/) for current plans and
7272
pricing.

0 commit comments

Comments
 (0)