Add support for claude-3-haiku-20240307 (anthropic)

This commit is contained in:
Aaron Bach 2024-03-13 16:46:50 -06:00
parent 58b446b184
commit 9fd6ac04c5

View file

@ -655,6 +655,14 @@
"litellm_provider": "anthropic", "litellm_provider": "anthropic",
"mode": "chat" "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": { "claude-3-opus-20240229": {
"max_tokens": 200000, "max_tokens": 200000,
"max_output_tokens": 4096, "max_output_tokens": 4096,