Enable image inlining for visual models when connected to Mistral AI Le Platforme.

43caa0c6d44f9b879f0636fc5e828ac3b31467f7

Gness Erquint <gness.na@gmail.com>

2 files changed, +4 -2Ignore whitespace
public/index.html+1 -1
@@ -1975,7 +1975,7 @@
19751975 <span data-i18n="enable_functions_desc_3">Can be utilized by various extensions to provide additional functionality.</span>
19761976 </div>
19771977 </div>
19781978 <div class="range-block" data-source="openai,openrouter,mistralai,makersuite,claude,custom,01ai">
19791979 <label for="openai_image_inlining" class="checkbox_label flexWrap widthFreeExpand">
19801980 <input id="openai_image_inlining" type="checkbox" />
19811981 <span data-i18n="Send inline images">Send inline images</span>
public/scripts/openai.js+3 -1
@@ -5006,7 +5006,9 @@ export function isImageInliningSupported() {
50065006 'o1-2024-12-17',
50075007 'chatgpt-4o-latest',
50085008 'yi-vision',
50095009 'mistral-large-pixtral-latest2411',
5010+ 'mistral-small-2503',
5011+ 'mistral-small-latest',
50105012 'pixtral-12b-latest',
50115013 'pixtral-12b',
50125014 'pixtral-12b-2409',