We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1ec25 commit cb6b353Copy full SHA for cb6b353
scrapegraphai/helpers/models_tokens.py
@@ -19,7 +19,7 @@
19
"gpt-4o-mini":128000,
20
21
},
22
- "azure": {
+ "azure_openai": {
23
"gpt-3.5-turbo-0125": 16385,
24
"gpt-3.5": 4096,
25
"gpt-3.5-turbo": 16385,
@@ -38,7 +38,7 @@
38
"gpt-4o": 128000,
39
40
41
- "gemini": {
+ "google_genai": {
42
"gemini-pro": 128000,
43
"gemini-1.5-flash-latest": 128000,
44
"gemini-1.5-pro-latest": 128000,
@@ -121,7 +121,7 @@
121
"claude-3-haiku-20240307": 200000,
122
"claude-3-5-sonnet-20240620": 200000
123
124
- "vertexai": {
+ "google_vertexai": {
125
"gemini-1.5-flash": 128000,
126
"gemini-1.5-pro": 128000,
127
"gemini-1.0-pro": 128000
0 commit comments