added support for bedrock llama models

This commit is contained in:
David Christian 2023-11-13 15:41:21 -08:00
parent d4de55b053
commit fe7e3ff038
4 changed files with 68 additions and 0 deletions

View file

@ -593,6 +593,13 @@
"litellm_provider": "bedrock",
"mode": "chat"
},
"meta.llama2-13b-chat-v1": {
"max_tokens": 4096,
"input_cost_per_token": 0.00000075,
"output_cost_per_token": 0.000001,
"litellm_provider": "bedrock",
"mode": "chat"
},
"together-ai-up-to-3b": {
"input_cost_per_token": 0.0000001,
"output_cost_per_token": 0.0000001