mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(anthropic.md): update with correct model string
This commit is contained in:
parent
000d678445
commit
44bd9548d9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ import Tabs from '@theme/Tabs';
|
|||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Anthropic
|
||||
LiteLLM supports
|
||||
LiteLLM supports all anthropic models.
|
||||
|
||||
- `claude-3.5`
|
||||
- `claude-3.5` (`claude-3-5-sonnet-20240620`)
|
||||
- `claude-3` (`claude-3-haiku-20240307`, `claude-3-opus-20240229`, `claude-3-sonnet-20240229`)
|
||||
- `claude-2`
|
||||
- `claude-2.1`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue