From 069e882dba4fcf81623f787219b3def05f0eac97 Mon Sep 17 00:00:00 2001 From: Dhruv Anand <105786647+dhruv-anand-aintech@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:54:22 +0530 Subject: [PATCH] fixing prices --- model_prices_and_context_window.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 75d0ba55f..897e9c3b2 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -936,7 +936,14 @@ "mode": "chat" }, "openrouter/mistralai/mistral-7b-instruct": { - "max_tokens": 4096, + "max_tokens": 8192, + "input_cost_per_token": 0.00000013, + "output_cost_per_token": 0.00000013, + "litellm_provider": "openrouter", + "mode": "chat" + }, + "openrouter/mistralai/mistral-7b-instruct:free": { + "max_tokens": 8192, "input_cost_per_token": 0.0, "output_cost_per_token": 0.0, "litellm_provider": "openrouter",