Add beta tag

This commit is contained in:
Sameer Kankute 2026-04-20 19:49:42 +05:30
parent 9a6ba75a81
commit 729a9da44e
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
---
slug: advisor-tool-chat-completions
title: "Advisor Tool (SDK + Proxy)"
title: "[Beta] Advisor Tool (SDK + Proxy)"
date: 2026-04-14T19:30:00
authors:
- sameer
@ -14,7 +14,7 @@ hide_table_of_contents: false
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Advisor Tool
# Advisor Tool (Beta)
LiteLLM now supports the Anthropic advisor tool across `chat/completions` and `messages` APIs (SDK + proxy).

View file

@ -1,7 +1,7 @@
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Advisor Tool
# Advisor Tool (Beta)
LiteLLM supports the Anthropic advisor tool across `chat/completions` and `messages` APIs (SDK + proxy).

View file

@ -1,4 +1,4 @@
# Claude Code: Any Advisor Model via LiteLLM
# Claude Code: Any Advisor Model via LiteLLM (Beta)
This tutorial shows how to use **Claude Code's advisor tool** with **any model/provider** (OpenAI, Gemini, Bedrock, etc.) by routing through LiteLLM.