File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
llama-index-integrations/llms/llama-index-llms-mistralai
llama_index/llms/mistralai Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
"mistral-tiny" : 32000 ,
5
5
"mistral-small" : 32000 ,
6
6
"mistral-medium" : 32000 ,
7
- "mistral-large" : 32000 ,
7
+ "mistral-large" : 131000 ,
8
+ "mistral-saba-latest" : 32000 ,
8
9
"open-mixtral-8x7b" : 32000 ,
9
10
"open-mistral-7b" : 32000 ,
10
11
"open-mixtral-8x22b" : 64000 ,
11
12
"mistral-small-latest" : 32000 ,
12
13
"mistral-medium-latest" : 32000 ,
13
14
"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 ,
18
19
}
19
20
20
21
MISTRALAI_FUNCTION_CALLING_MODELS = (
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ exclude = ["**/BUILD"]
27
27
license = " MIT"
28
28
name = " llama-index-llms-mistralai"
29
29
readme = " README.md"
30
- version = " 0.3.2 "
30
+ version = " 0.3.3 "
31
31
32
32
[tool .poetry .dependencies ]
33
33
python = " >=3.9,<4.0"
You can’t perform that action at this time.
0 commit comments