forked from phoenix/litellm-mirror
Add support for claude-3-haiku-20240307
(anthropic
)
This commit is contained in:
parent
58b446b184
commit
9fd6ac04c5
1 changed files with 8 additions and 0 deletions
|
@ -655,6 +655,14 @@
|
|||
"litellm_provider": "anthropic",
|
||||
"mode": "chat"
|
||||
},
|
||||
"claude-3-haiku-20240307": {
|
||||
"max_tokens": 200000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.00000025,
|
||||
"output_cost_per_token": 0.00000125,
|
||||
"litellm_provider": "anthropic",
|
||||
"mode": "chat"
|
||||
},
|
||||
"claude-3-opus-20240229": {
|
||||
"max_tokens": 200000,
|
||||
"max_output_tokens": 4096,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue