From ad29d2f9447a5ce5ffa243624a44c2b92f7b43dc Mon Sep 17 00:00:00 2001 From: Wenxi Onyx Date: Sun, 28 Sep 2025 14:06:08 -0700 Subject: [PATCH] add models served from ollama cloud --- model_prices_and_context_window.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index d9eb25889b..8fc98e5d50 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -16257,7 +16257,7 @@ "output_cost_per_token": 0.0, "supports_function_calling": true }, - "ollama/gpt-oss-120b-cloud" : { + "ollama/gpt-oss:120b-cloud" : { "input_cost_per_token": 0.0, "litellm_provider": "ollama", "max_input_tokens": 131072, @@ -16267,7 +16267,7 @@ "output_cost_per_token": 0.0, "supports_function_calling": true }, - "ollama/gpt-oss-20b-cloud" : { + "ollama/gpt-oss:20b-cloud" : { "input_cost_per_token": 0.0, "litellm_provider": "ollama", "max_input_tokens": 131072,