(feat) add claude2.1

This commit is contained in:
ishaan-jaff 2023-11-21 09:44:19 -08:00
parent 2a35ff88a7
commit 07bca4dcb1

View file

@ -170,6 +170,14 @@
"litellm_provider": "anthropic", "litellm_provider": "anthropic",
"mode": "chat" "mode": "chat"
}, },
"claude-2.1": {
"max_tokens": 200000,
"max_output_tokens": 8191,
"input_cost_per_token": 0.00001102,
"output_cost_per_token": 0.00003268,
"litellm_provider": "anthropic",
"mode": "chat"
},
"text-bison": { "text-bison": {
"max_tokens": 8192, "max_tokens": 8192,
"input_cost_per_token": 0.000000125, "input_cost_per_token": 0.000000125,