mistral-medium-2505
| @@ -3246,6 +3246,7 @@ | ||
| 3246 | 3246 | <option value="mistral-small-2501">mistral-small-2501</option> |
| 3247 | 3247 | <option value="mistral-small-2503">mistral-small-2503</option> |
| 3248 | 3248 | <option value="mistral-medium-2312">mistral-medium-2312</option> |
| 3249 | + <option value="mistral-medium-2505">mistral-medium-2505</option> | |
| 3249 | 3250 | <option value="mistral-large-2402">mistral-large-2402</option> |
| 3250 | 3251 | <option value="mistral-large-2407">mistral-large-2407</option> |
| 3251 | 3252 | <option value="mistral-large-2411">mistral-large-2411</option> |
| @@ -46,6 +46,8 @@ | ||
| 46 | 46 | <option data-type="mistral" value="mistral-large-pixtral-2411">mistral-large-pixtral-2411</option> |
| 47 | 47 | <option data-type="mistral" value="mistral-small-2503">mistral-small-2503</option> |
| 48 | 48 | <option data-type="mistral" value="mistral-small-latest">mistral-small-latest</option> |
| 49 | + <option data-type="mistral" value="mistral-medium-latest">mistral-medium-latest</option> | |
| 50 | + <option data-type="mistral" value="mistral-medium-2505">mistral-medium-2505</option> | |
| 49 | 51 | <option data-type="zerooneai" value="yi-vision">yi-vision</option> |
| 50 | 52 | <option data-type="openai" value="gpt-4.1">gpt-4.1</option> |
| 51 | 53 | <option data-type="openai" value="gpt-4.1-2025-04-14">gpt-4.1-2025-04-14</option> |
| @@ -4289,9 +4289,10 @@ function getMistralMaxContext(model, isUnlocked) { | ||
| 4289 | 4289 | 'codestral-2405': 32768, |
| 4290 | 4290 | 'mistral-embed': 32768, |
| 4291 | 4291 | 'mistral-large-2402': 32768, |
| 4292 | 4292 | 'mistral-medium': 32768131072, |
| 4293 | 4293 | 'mistral-medium-2312': 32768, |
| 4294 | 4294 | 'mistral-medium-latest2505': 32768131072, |
| 4295 | + 'mistral-medium-latest': 131072, | |
| 4295 | 4296 | 'mistral-moderation-2411': 32768, |
| 4296 | 4297 | 'mistral-moderation-latest': 32768, |
| 4297 | 4298 | 'mistral-ocr-2503': 32768, |
| @@ -5153,6 +5154,8 @@ export function isImageInliningSupported() { | ||
| 5153 | 5154 | // MistralAI |
| 5154 | 5155 | 'mistral-small-2503', |
| 5155 | 5156 | 'mistral-small-latest', |
| 5157 | + 'mistral-medium-latest', | |
| 5158 | + 'mistral-medium-2505', | |
| 5156 | 5159 | 'pixtral', |
| 5157 | 5160 | // xAI (Grok) |
| 5158 | 5161 | 'grok-2-vision', |