Skip to content

Commit 5e82432

Browse files
committed
chore(models_tokens): add mistral models
1 parent 8eb66f6 commit 5e82432

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

scrapegraphai/helpers/models_tokens.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,14 @@
146146
"cohere.embed-multilingual-v3": 512
147147
},
148148
"mistral": {
149-
"mistralai/Mistral-7B-Instruct-v0.2": 32000
149+
"mistral-large-latest": 128000,
150+
"open-mistral-nemo": 128000,
151+
"codestral-latest": 32000,
152+
"mistral-embed": 8000,
153+
"open-mistral-7b": 32000,
154+
"open-mixtral-8x7b": 32000,
155+
"open-mixtral-8x22b": 64000,
156+
"open-codestral-mamba": 256000
150157
},
151158
"hugging_face": {
152159
"xai-org/grok-1": 8192,

0 commit comments

Comments
 (0)