mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix vertex_ai claude 3.7 naming (#8807)
Co-authored-by: Emerson Gomes <emerson.gomes@thalesgroup.com>
This commit is contained in:
parent
835df849b0
commit
fd9e62cbc8
2 changed files with 2 additions and 2 deletions
|
|
@ -4074,7 +4074,7 @@
|
|||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-3-7-sonnet-20250219": {
|
||||
"vertex_ai/claude-3-7-sonnet@20250219": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 8192,
|
||||
|
|
|
|||
|
|
@ -4074,7 +4074,7 @@
|
|||
"supports_assistant_prefill": true,
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"vertex_ai/claude-3-7-sonnet-20250219": {
|
||||
"vertex_ai/claude-3-7-sonnet@20250219": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 200000,
|
||||
"max_output_tokens": 8192,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue