From bf92f84b001391f8c7f97da924231f46a38b7591 Mon Sep 17 00:00:00 2001 From: Tim Xia Date: Fri, 1 Mar 2024 23:53:16 -0500 Subject: [PATCH] update prices and context window --- model_prices_and_context_window.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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