diff --git a/llama_index/llms/openai_utils.py b/llama_index/llms/openai_utils.py index a3f25621f81891810e4be334e2ded3d9403556e8..31402e36a1a317a39b4842e73ffadcc4b3497bee 100644 --- a/llama_index/llms/openai_utils.py +++ b/llama_index/llms/openai_utils.py @@ -68,6 +68,8 @@ TURBO_MODELS: Dict[str, int] = { # resolves to gpt-3.5-turbo-16k-0613 until 2023-12-11 # resolves to gpt-3.5-turbo-1106 after "gpt-3.5-turbo-16k": 16384, + # 0125 (2024) model (JSON mode) + "gpt-3.5-turbo-0125": 16385, # 1106 model (JSON mode) "gpt-3.5-turbo-1106": 16384, # 0613 models (function calling):