From a1aae953d611a2bc7806f401a1a9a04884d05634 Mon Sep 17 00:00:00 2001 From: Yuneng Jiang Date: Fri, 24 Jul 2026 10:43:45 -0700 Subject: [PATCH] test: replace deprecated gpt-5-codex with gpt-5.3-codex --- tests/llm_translation/test_openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/llm_translation/test_openai.py b/tests/llm_translation/test_openai.py index 2cdaad88cd5..440fc36ed33 100644 --- a/tests/llm_translation/test_openai.py +++ b/tests/llm_translation/test_openai.py @@ -838,7 +838,7 @@ def test_gpt_5_reasoning_streaming(): def test_openai_gpt_5_codex_reasoning(): litellm._turn_on_debug() completion_kwargs = { - "model": "gpt-5-codex", + "model": "gpt-5.3-codex", "messages": [ { "role": "system",