diff --git a/deepeval/models/gpt_model_schematic.py b/deepeval/models/gpt_model_schematic.py index ed9618080..d436f2641 100644 --- a/deepeval/models/gpt_model_schematic.py +++ b/deepeval/models/gpt_model_schematic.py @@ -14,20 +14,25 @@ def log_retry_error(retry_state): ) valid_gpt_models = [ - "gpt-4o-mini", - "gpt-4o", - "gpt-4-turbo", - "gpt-4-turbo-preview", - "gpt-4-0125-preview", - "gpt-4-1106-preview", - "gpt-4", - "gpt-4-32k", - "gpt-4-0613", - "gpt-4-32k-0613", - "gpt-3.5-turbo-1106", "gpt-3.5-turbo", - "gpt-3.5-turbo-16k", "gpt-3.5-turbo-0125", + "gpt-3.5-turbo-1106", + "gpt-3.5-turbo-16k", + "gpt-3.5-turbo-instruct", + "gpt-3.5-turbo-instruct-0914", + "gpt-4", + "gpt-4-0125-preview", + "gpt-4-0613", + "gpt-4-1106-preview", + "gpt-4-turbo", + "gpt-4-turbo-2024-04-09", + "gpt-4-turbo-preview", + "gpt-4o", + "gpt-4o-2024-05-13", + "gpt-4o-2024-08-06", + "gpt-4o-2024-11-20", + "gpt-4o-mini", + "gpt-4o-mini-2024-07-18", ] structured_outputs_models = [