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 6b98d84 commit 72684a9Copy full SHA for 72684a9
scrapegraphai/helpers/models_tokens.py
@@ -78,6 +78,8 @@
78
"lama3.1:405b": 128000,
79
"llama3.2": 128000,
80
"llama3.2:1b": 128000,
81
+ "llama3.2:3b": 128000,
82
+ "llama3.3:70b": 128000,
83
"scrapegraph": 8192,
84
"mistral": 8192,
85
"mistral-small": 128000,
@@ -90,6 +92,7 @@
90
92
"nous-hermes2:34b": 4096,
91
93
"orca-mini": 2048,
94
"phi3:3.8b": 12800,
95
+ "phi3:14b": 128000,
96
"qwen:0.5b": 32000,
97
"qwen:1.8b": 32000,
98
"qwen:4b": 32000,
@@ -99,6 +102,10 @@
99
102
"qwen:110b": 32000,
100
103
"stablelm-zephyr": 8192,
101
104
"wizardlm2:8x22b": 65536,
105
+ "mistral": 128000,
106
+ "gemma2": 128000,
107
+ "gemma2:9b": 128000,
108
+ "gemma2:27b": 128000,
109
# embedding models
110
"shaw/dmeta-embedding-zh-small-q4": 8192,
111
"shaw/dmeta-embedding-zh-q4": 8192,
0 commit comments