diff --git a/docs/my-website/docs/tutorials/claude_code_websearch.md b/docs/my-website/docs/tutorials/claude_code_websearch.md index 4606215816..478fc96034 100644 --- a/docs/my-website/docs/tutorials/claude_code_websearch.md +++ b/docs/my-website/docs/tutorials/claude_code_websearch.md @@ -1,7 +1,11 @@ +import Image from '@theme/IdealImage'; + # Claude Code - WebSearch Across All Providers Enable Claude Code's web search tool to work with any provider (Bedrock, Azure, Vertex, etc.). LiteLLM automatically intercepts web search requests and executes them server-side. + + ## Proxy Configuration Add WebSearch interception to your `litellm_config.yaml`: diff --git a/docs/my-website/img/claude_code_websearch.png b/docs/my-website/img/claude_code_websearch.png new file mode 100644 index 0000000000..a0d8a3ba85 Binary files /dev/null and b/docs/my-website/img/claude_code_websearch.png differ