mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Add beta tag
This commit is contained in:
parent
9a6ba75a81
commit
729a9da44e
3 changed files with 4 additions and 4 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue