MistralAI: new magistral subversions
| @@ -3402,6 +3402,8 @@ | ||
| 3402 | 3402 | <option value="devstral-medium-2507">devstral-medium-2507</option> |
| 3403 | 3403 | <option value="magistral-small-2506">magistral-small-2506</option> |
| 3404 | 3404 | <option value="magistral-medium-2506">magistral-medium-2506</option> |
| 3405 | + <option value="magistral-small-2507">magistral-small-2507</option> | |
| 3406 | + <option value="magistral-medium-2507">magistral-medium-2507</option> | |
| 3405 | 3407 | </optgroup> |
| 3406 | 3408 | <optgroup id="mistralai_other_models" label="Other"></optgroup> |
| 3407 | 3409 | </select> |
| @@ -4392,8 +4392,10 @@ function getMistralMaxContext(model, isUnlocked) { | ||
| 4392 | 4392 | 'devstral-medium-2507': 131072, |
| 4393 | 4393 | 'magistral-medium-latest': 40960, |
| 4394 | 4394 | 'magistral-medium-2506': 40960, |
| 4395 | 4395 | 'magistral-small-latest': 4000040960, |
| 4396 | 4396 | 'magistral-small-2506': 40000, |
| 4397 | + 'magistral-small-2507': 40960, | |
| 4398 | + 'magistral-medium-2507': 40960, | |
| 4397 | 4399 | }; |
| 4398 | 4400 | |
| 4399 | 4401 | // Return context size if model found, otherwise default to 32k |