From 4506835bc3928416998b332c556b8eda150e49c5 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 5 Feb 2026 20:47:07 -0800 Subject: [PATCH 1/2] Update model_prices_and_context_window.json --- model_prices_and_context_window.json | 34 ++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index b02ae7b587f..ddeb5519b5e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -16543,6 +16543,7 @@ "max_tokens": 8191, "mode": "embedding" }, + "chatgpt/gpt-5.2-codex": { "litellm_provider": "chatgpt", "max_input_tokens": 128000, @@ -19153,6 +19154,39 @@ "supports_tool_choice": true, "supports_vision": true }, + "gpt-5.3-codex": { + "cache_read_input_token_cost": 1.75e-07, + "cache_read_input_token_cost_priority": 3.5e-07, + "input_cost_per_token": 1.75e-06, + "input_cost_per_token_priority": 3.5e-06, + "litellm_provider": "openai", + "max_input_tokens": 272000, + "max_output_tokens": 128000, + "max_tokens": 128000, + "mode": "responses", + "output_cost_per_token": 1.4e-05, + "output_cost_per_token_priority": 2.8e-05, + "supported_endpoints": [ + "/v1/responses" + ], + "supported_modalities": [ + "text", + "image" + ], + "supported_output_modalities": [ + "text" + ], + "supports_function_calling": true, + "supports_native_streaming": true, + "supports_parallel_function_calling": true, + "supports_pdf_input": true, + "supports_prompt_caching": true, + "supports_reasoning": true, + "supports_response_schema": true, + "supports_system_messages": false, + "supports_tool_choice": true, + "supports_vision": true + } "gpt-5.2-codex": { "cache_read_input_token_cost": 1.75e-07, "cache_read_input_token_cost_priority": 3.5e-07, From a084912ab427c3463f1c3f5db1055904adda532e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 5 Feb 2026 20:48:45 -0800 Subject: [PATCH 2/2] Update model_prices_and_context_window.json --- model_prices_and_context_window.json | 1 - 1 file changed, 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index ddeb5519b5e..c1af0b35983 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -16543,7 +16543,6 @@ "max_tokens": 8191, "mode": "embedding" }, - "chatgpt/gpt-5.2-codex": { "litellm_provider": "chatgpt", "max_input_tokens": 128000,