diff --git a/scrapegraphai/helpers/models_tokens.py b/scrapegraphai/helpers/models_tokens.py index 0ef10277..7becbf8b 100644 --- a/scrapegraphai/helpers/models_tokens.py +++ b/scrapegraphai/helpers/models_tokens.py @@ -18,7 +18,17 @@ models_tokens = { "gpt-4o": 128000, }, "azure": { - "gpt-3.5-turbo": 4096, + "gpt-3.5-turbo-0125": 16385, + "gpt-3.5": 4096, + "gpt-3.5-turbo": 16385, + "gpt-3.5-turbo-1106": 16385, + "gpt-3.5-turbo-instruct": 4096, + "gpt-4-0125-preview": 128000, + "gpt-4-turbo-preview": 128000, + "gpt-4-turbo": 128000, + "gpt-4-turbo-2024-04-09": 128000, + "gpt-4-1106-preview": 128000, + "gpt-4-vision-preview": 128000, "gpt-4": 8192, "gpt-4-0613": 8192, "gpt-4-32k": 32768,