From abbf5aae207986dc1706d72a978b4f64ec15eedb Mon Sep 17 00:00:00 2001 From: kerry Date: Mon, 14 Sep 2026 21:41:10 +0000 Subject: [PATCH] chore(prices): flag gpt-5.5-cyber as a reasoning model Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- litellm/model_prices_and_context_window_backup.json | 3 ++- model_prices_and_context_window.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 37ac7fea56f..4eaf49d92eb 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -65862,7 +65862,8 @@ "litellm_provider": "openai", "mode": "chat", "output_cost_per_token": 7.5e-05, - "source": "https://developers.openai.com/api/docs/pricing" + "source": "https://developers.openai.com/api/docs/pricing", + "supports_reasoning": true }, "gpt-rosalind-research": { "cache_read_input_token_cost": 5e-07, diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 37ac7fea56f..4eaf49d92eb 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -65862,7 +65862,8 @@ "litellm_provider": "openai", "mode": "chat", "output_cost_per_token": 7.5e-05, - "source": "https://developers.openai.com/api/docs/pricing" + "source": "https://developers.openai.com/api/docs/pricing", + "supports_reasoning": true }, "gpt-rosalind-research": { "cache_read_input_token_cost": 5e-07,