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
  • References
llama-stack
  • API Providers
  • Tool_Runtime
  • remote::bing-search
  • View page source

remote::bing-search

Description

Bing Search tool for web search capabilities using Microsoft’s search engine.

Configuration

Field

Type

Required

Default

Description

api_key

str | None

No

top_k

<class 'int'>

No

3

Sample Configuration

api_key: ${env.BING_API_KEY:}
Previous Next

© Copyright 2025, Meta.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: v0.2.17
Versions
latest
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