Skip to content

Commit 69b2795

Browse files
mistral saba support (#17847)
vbump
1 parent 90761a9 commit 69b2795

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

llama-index-integrations/llms/llama-index-llms-mistralai/llama_index/llms/mistralai/utils.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44
"mistral-tiny": 32000,
55
"mistral-small": 32000,
66
"mistral-medium": 32000,
7-
"mistral-large": 32000,
7+
"mistral-large": 131000,
8+
"mistral-saba-latest": 32000,
89
"open-mixtral-8x7b": 32000,
910
"open-mistral-7b": 32000,
1011
"open-mixtral-8x22b": 64000,
1112
"mistral-small-latest": 32000,
1213
"mistral-medium-latest": 32000,
1314
"mistral-large-latest": 32000,
14-
"codestral-latest": 32000,
15-
"open-mistral-nemo-latest": 128000,
16-
"ministral-8b-latest": 128000,
17-
"ministral-3b-latest": 128000,
15+
"codestral-latest": 256000,
16+
"open-mistral-nemo-latest": 131000,
17+
"ministral-8b-latest": 131000,
18+
"ministral-3b-latest": 131000,
1819
}
1920

2021
MISTRALAI_FUNCTION_CALLING_MODELS = (

llama-index-integrations/llms/llama-index-llms-mistralai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
2727
license = "MIT"
2828
name = "llama-index-llms-mistralai"
2929
readme = "README.md"
30-
version = "0.3.2"
30+
version = "0.3.3"
3131

3232
[tool.poetry.dependencies]
3333
python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)