




















@@ -15,6 +15,112 @@
1515 }
1616 }
1717 },
18+"modelCatalog": {
19+"providers": {
20+"mistral": {
21+"baseUrl": "https://api.mistral.ai/v1",
22+"api": "openai-completions",
23+"models": [
24+ {
25+"id": "codestral-latest",
26+"name": "Codestral (latest)",
27+"input": ["text"],
28+"contextWindow": 256000,
29+"maxTokens": 4096,
30+"cost": {
31+"input": 0.3,
32+"output": 0.9,
33+"cacheRead": 0,
34+"cacheWrite": 0
35+ }
36+ },
37+ {
38+"id": "devstral-medium-latest",
39+"name": "Devstral 2 (latest)",
40+"input": ["text"],
41+"contextWindow": 262144,
42+"maxTokens": 32768,
43+"cost": {
44+"input": 0.4,
45+"output": 2,
46+"cacheRead": 0,
47+"cacheWrite": 0
48+ }
49+ },
50+ {
51+"id": "magistral-small",
52+"name": "Magistral Small",
53+"input": ["text"],
54+"reasoning": true,
55+"contextWindow": 128000,
56+"maxTokens": 40000,
57+"cost": {
58+"input": 0.5,
59+"output": 1.5,
60+"cacheRead": 0,
61+"cacheWrite": 0
62+ }
63+ },
64+ {
65+"id": "mistral-large-latest",
66+"name": "Mistral Large (latest)",
67+"input": ["text", "image"],
68+"contextWindow": 262144,
69+"maxTokens": 16384,
70+"cost": {
71+"input": 0.5,
72+"output": 1.5,
73+"cacheRead": 0,
74+"cacheWrite": 0
75+ }
76+ },
77+ {
78+"id": "mistral-medium-2508",
79+"name": "Mistral Medium 3.1",
80+"input": ["text", "image"],
81+"contextWindow": 262144,
82+"maxTokens": 8192,
83+"cost": {
84+"input": 0.4,
85+"output": 2,
86+"cacheRead": 0,
87+"cacheWrite": 0
88+ }
89+ },
90+ {
91+"id": "mistral-small-latest",
92+"name": "Mistral Small (latest)",
93+"input": ["text", "image"],
94+"reasoning": true,
95+"contextWindow": 128000,
96+"maxTokens": 16384,
97+"cost": {
98+"input": 0.1,
99+"output": 0.3,
100+"cacheRead": 0,
101+"cacheWrite": 0
102+ }
103+ },
104+ {
105+"id": "pixtral-large-latest",
106+"name": "Pixtral Large (latest)",
107+"input": ["text", "image"],
108+"contextWindow": 128000,
109+"maxTokens": 32768,
110+"cost": {
111+"input": 2,
112+"output": 6,
113+"cacheRead": 0,
114+"cacheWrite": 0
115+ }
116+ }
117+ ]
118+ }
119+ },
120+"discovery": {
121+"mistral": "static"
122+ }
123+ },
18124"providerAuthEnvVars": {
19125"mistral": ["MISTRAL_API_KEY"]
20126 },
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。