mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Merge pull request #3026 from Dev-Khant/add-claude-3-opus-vertex_ai
Support for Claude 3 Opus on vertex_ai
This commit is contained in:
commit
180f2f957c
1 changed files with 1 additions and 0 deletions
|
|
@ -253,6 +253,7 @@ litellm.vertex_location = "us-central1 # Your Location
|
|||
## Anthropic
|
||||
| Model Name | Function Call |
|
||||
|------------------|--------------------------------------|
|
||||
| claude-3-opus@20240229 | `completion('vertex_ai/claude-3-opus@20240229', messages)` |
|
||||
| claude-3-sonnet@20240229 | `completion('vertex_ai/claude-3-sonnet@20240229', messages)` |
|
||||
| claude-3-haiku@20240307 | `completion('vertex_ai/claude-3-haiku@20240307', messages)` |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue