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