From 83ce6acd3ce210a1f44634c0524fba31c499fd29 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 18:03:57 +0000 Subject: [PATCH] fix(model_prices): correct replicateopenai/gpt-oss-20b key to replicate/openai/gpt-oss-20b --- litellm/model_prices_and_context_window_backup.json | 2 +- model_prices_and_context_window.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 2cef600ea32..ed3d705935a 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -32896,7 +32896,7 @@ "supports_tool_choice": true, "supports_response_schema": true }, - "replicateopenai/gpt-oss-20b": { + "replicate/openai/gpt-oss-20b": { "input_cost_per_token": 9e-08, "output_cost_per_token": 3.6e-07, "litellm_provider": "replicate", diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index db28118d52b..9b92d14700a 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -32987,7 +32987,7 @@ "supports_tool_choice": true, "supports_response_schema": true }, - "replicateopenai/gpt-oss-20b": { + "replicate/openai/gpt-oss-20b": { "input_cost_per_token": 9e-08, "output_cost_per_token": 3.6e-07, "litellm_provider": "replicate",