From 880bdddf42450e26a2370d6aeef882de5e18e1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Baumg=C3=A4rtner?= Date: Sat, 1 Nov 2025 22:07:38 +0100 Subject: [PATCH] Add new model pricing for nemotron-nano-9b-v2 (#16120) --- model_prices_and_context_window.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 25a7c2cdfa..e20ab6f564 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -18211,6 +18211,15 @@ "output_cost_per_token": 2e-07, "supports_tool_choice": true }, + "openrouter/nvidia/nemotron-nano-9b-v2:free": { + "input_cost_per_token": 0, + "litellm_provider": "openrouter", + "max_tokens": 128000, + "mode": "chat", + "output_cost_per_token": 0, + "source": "https://openrouter.ai/nvidia/nemotron-nano-9b-v2:free", + "supports_tool_choice": true + }, "openrouter/openai/gpt-3.5-turbo": { "input_cost_per_token": 1.5e-06, "litellm_provider": "openrouter",