MistralAI: Add small-2506 to the list
| @@ -3434,6 +3434,7 @@ | |||
| 3434 | <option value="mistral-small-2409">mistral-small-2409</option> | 3434 | <option value="mistral-small-2409">mistral-small-2409</option> |
| 3435 | <option value="mistral-small-2501">mistral-small-2501</option> | 3435 | <option value="mistral-small-2501">mistral-small-2501</option> |
| 3436 | <option value="mistral-small-2503">mistral-small-2503</option> | 3436 | <option value="mistral-small-2503">mistral-small-2503</option> |
| 3437 | <option value="mistral-small-2506">mistral-small-2506</option> | ||
| 3437 | <option value="mistral-medium-2312">mistral-medium-2312</option> | 3438 | <option value="mistral-medium-2312">mistral-medium-2312</option> |
| 3438 | <option value="mistral-medium-2505">mistral-medium-2505</option> | 3439 | <option value="mistral-medium-2505">mistral-medium-2505</option> |
| 3439 | <option value="mistral-large-2402">mistral-large-2402</option> | 3440 | <option value="mistral-large-2402">mistral-large-2402</option> |
| @@ -48,6 +48,7 @@ | |||
| 48 | <option data-type="mistral" value="pixtral-large-2411">pixtral-large-2411</option> | 48 | <option data-type="mistral" value="pixtral-large-2411">pixtral-large-2411</option> |
| 49 | <option data-type="mistral" value="mistral-large-pixtral-2411">mistral-large-pixtral-2411</option> | 49 | <option data-type="mistral" value="mistral-large-pixtral-2411">mistral-large-pixtral-2411</option> |
| 50 | <option data-type="mistral" value="mistral-small-2503">mistral-small-2503</option> | 50 | <option data-type="mistral" value="mistral-small-2503">mistral-small-2503</option> |
| 51 | <option data-type="mistral" value="mistral-small-2506">mistral-small-2506</option> | ||
| 51 | <option data-type="mistral" value="mistral-small-latest">mistral-small-latest</option> | 52 | <option data-type="mistral" value="mistral-small-latest">mistral-small-latest</option> |
| 52 | <option data-type="mistral" value="mistral-medium-latest">mistral-medium-latest</option> | 53 | <option data-type="mistral" value="mistral-medium-latest">mistral-medium-latest</option> |
| 53 | <option data-type="mistral" value="mistral-medium-2505">mistral-medium-2505</option> | 54 | <option data-type="mistral" value="mistral-medium-2505">mistral-medium-2505</option> |
| @@ -4638,7 +4638,8 @@ function getMistralMaxContext(model, isUnlocked) { | |||
| 4638 | 'mistral-small-2409': 32768, | 4638 | 'mistral-small-2409': 32768, |
| 4639 | 'mistral-small-2501': 32768, | 4639 | 'mistral-small-2501': 32768, |
| 4640 | 'mistral-small-2503': 32768, | 4640 | 'mistral-small-2503': 32768, |
| 4641 | 'mistral-small-latest': 32768, | 4641 | 'mistral-small-2506': 131072, |
| 4642 | 'mistral-small-latest': 131072, | ||
| 4642 | 'mistral-tiny': 32768, | 4643 | 'mistral-tiny': 32768, |
| 4643 | 'mistral-tiny-2312': 32768, | 4644 | 'mistral-tiny-2312': 32768, |
| 4644 | 'open-mistral-7b': 32768, | 4645 | 'open-mistral-7b': 32768, |
| @@ -5618,6 +5619,7 @@ export function isImageInliningSupported() { | |||
| 5618 | 'learnlm', | 5619 | 'learnlm', |
| 5619 | // MistralAI | 5620 | // MistralAI |
| 5620 | 'mistral-small-2503', | 5621 | 'mistral-small-2503', |
| 5622 | 'mistral-small-2506', | ||
| 5621 | 'mistral-small-latest', | 5623 | 'mistral-small-latest', |
| 5622 | 'mistral-medium-latest', | 5624 | 'mistral-medium-latest', |
| 5623 | 'mistral-medium-2505', | 5625 | 'mistral-medium-2505', |