diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 66061acc4e9..13e54bdf99d 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -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" } -} +} \ No newline at end of file