Merge pull request #811 from dchristian3188/bedrock-llama

Bedrock llama
This commit is contained in:
Ishaan Jaff 2023-11-16 07:57:50 -08:00 committed by GitHub
commit d6ad62d793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 72 additions and 0 deletions

View file

@ -595,6 +595,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