mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Merge pull request #811 from dchristian3188/bedrock-llama
Bedrock llama
This commit is contained in:
commit
d6ad62d793
5 changed files with 72 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue