update prices and context window

This commit is contained in:
Tim Xia 2024-03-01 23:53:16 -05:00
parent dc84e28c41
commit bf92f84b00

View file

@ -1211,6 +1211,20 @@
"litellm_provider": "bedrock",
"mode": "embedding"
},
"bedrock/us-west-2/mistral.mixtral-8x7b-instruct": {
"max_tokens": 32000,
"input_cost_per_token": 0.00000045,
"output_cost_per_token": 0.0000007,
"litellm_provider": "bedrock",
"mode": "completion"
},
"bedrock/us-west-2/mistral.mistral-7b-instruct": {
"max_tokens": 32000,
"input_cost_per_token": 0.00000015,
"output_cost_per_token": 0.0000002,
"litellm_provider": "bedrock",
"mode": "completion"
},
"anthropic.claude-v1": {
"max_tokens": 100000,
"max_output_tokens": 8191,
@ -2195,4 +2209,4 @@
"mode": "embedding"
}
}
}