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