From d929d1dab4c3cc9e7161b27dc4f5f657333cbe74 Mon Sep 17 00:00:00 2001 From: Akshat Giri Date: Mon, 13 Jan 2025 01:30:44 +0000 Subject: [PATCH] Adding openrouter llama 3.1 8b instruct model to model prices and context list --- model_prices_and_context_window.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index b4f3952dca..432f4759f8 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -4705,6 +4705,20 @@ "litellm_provider": "openrouter", "mode": "chat" }, + "openrouter/meta-llama/llama-3.1-8b-instruct:free": { + "max_tokens": 8192, + "input_cost_per_token": 0, + "output_cost_per_token": 0, + "litellm_provider": "openrouter", + "mode": "chat" + }, + "openrouter/meta-llama/llama-3.1-8b-instruct": { + "max_tokens": 131072, + "input_cost_per_token": 0.00000002, + "output_cost_per_token": 0.00000005, + "litellm_provider": "openrouter", + "mode": "chat" + }, "openrouter/openai/o1": { "max_tokens": 100000, "max_input_tokens": 200000,