MistralAI: Add small-2506 to the list

6ee5d7ff9c8960318b564adc1cfc7df0d1054644

Cohee <18619528+Cohee1207@users.noreply.github.com>

3 files changed, +5 -1Ignore whitespace
public/index.html+1 -0
@@ -3434,6 +3434,7 @@
34343434 <option value="mistral-small-2409">mistral-small-2409</option>
34353435 <option value="mistral-small-2501">mistral-small-2501</option>
34363436 <option value="mistral-small-2503">mistral-small-2503</option>
3437+ <option value="mistral-small-2506">mistral-small-2506</option>
34373438 <option value="mistral-medium-2312">mistral-medium-2312</option>
34383439 <option value="mistral-medium-2505">mistral-medium-2505</option>
34393440 <option value="mistral-large-2402">mistral-large-2402</option>
public/scripts/extensions/caption/settings.html+1 -0
@@ -48,6 +48,7 @@
4848 <option data-type="mistral" value="pixtral-large-2411">pixtral-large-2411</option>
4949 <option data-type="mistral" value="mistral-large-pixtral-2411">mistral-large-pixtral-2411</option>
5050 <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>
5152 <option data-type="mistral" value="mistral-small-latest">mistral-small-latest</option>
5253 <option data-type="mistral" value="mistral-medium-latest">mistral-medium-latest</option>
5354 <option data-type="mistral" value="mistral-medium-2505">mistral-medium-2505</option>
public/scripts/openai.js+3 -1
@@ -4638,7 +4638,8 @@ function getMistralMaxContext(model, isUnlocked) {
46384638 'mistral-small-2409': 32768,
46394639 'mistral-small-2501': 32768,
46404640 'mistral-small-2503': 32768,
46414641 'mistral-small-latest2506': 32768131072,
4642+ 'mistral-small-latest': 131072,
46424643 'mistral-tiny': 32768,
46434644 'mistral-tiny-2312': 32768,
46444645 'open-mistral-7b': 32768,
@@ -5618,6 +5619,7 @@ export function isImageInliningSupported() {
56185619 'learnlm',
56195620 // MistralAI
56205621 'mistral-small-2503',
5622+ 'mistral-small-2506',
56215623 'mistral-small-latest',
56225624 'mistral-medium-latest',
56235625 'mistral-medium-2505',