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 eee131e commit 6914170Copy full SHA for 6914170
scrapegraphai/helpers/models_tokens.py
@@ -80,10 +80,12 @@
80
"llama3.2:1b": 128000,
81
"scrapegraph": 8192,
82
"mistral": 8192,
83
+ "mistral-small": 128000,
84
+ "mistral-openorca": 32000,
85
+ "mistral-large": 128000,
86
"grok-1": 8192,
87
"llava": 4096,
88
"mixtral:8x22b-instruct": 65536,
- "mistral-openorca": 32000,
89
"nomic-embed-text": 8192,
90
"nous-hermes2:34b": 4096,
91
"orca-mini": 2048,
0 commit comments