llama-stack
  • Llama Stack
  • Getting Started
  • Core Concepts
  • API Providers
    • External Providers
    • OpenAI API Compatibility
    • Inference
    • Agents
    • Datasetio
    • Safety
    • Telemetry
    • Vector_Io
    • Tool_Runtime
      • Overview
      • Providers
        • inline::rag-runtime
        • remote::bing-search
        • remote::brave-search
        • remote::model-context-protocol
        • remote::tavily-search
        • remote::wolfram-alpha
    • Files
  • Distributions Overview
  • Advanced APIs
  • AI Application Examples
  • Deployment Examples
  • Contributing to Llama Stack
  • Llama Stack Benchmark Suite on Kubernetes
  • References
llama-stack
  • API Providers
  • Tool_Runtime
  • remote::brave-search
  • View page source

remote::brave-search

Description

Brave Search tool for web search capabilities with privacy-focused results.

Configuration

Field

Type

Required

Default

Description

api_key

str | None

No

The Brave Search API Key

max_results

<class 'int'>

No

3

The maximum number of results to return

Sample Configuration

api_key: ${env.BRAVE_SEARCH_API_KEY:=}
max_results: 3
Previous Next

© Copyright 2025, Meta.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v0.2.21
Versions
latest
v0.2.20
v0.2.19
v0.2.18
v0.2.17
v0.2.16
v0.2.15
v0.2.14
v0.2.13
v0.2.12
v0.2.11