Mistral: Mistral Small 3.2 24B
ID: mistralai/mistral-small-3.2-24b-instruct
5,6 ₽
Запрос/ 1М
16,81 ₽
Ответ / 1М
—
Изображение вход /1М
—
Изображение выход /1М
131K
Контекст
131K
Макс. ответ
Описание
Mistral-Small-3.2-24B-Instruct-2506 is an updated 24B parameter model from Mistral optimized for instruction following, repetition reduction, and improved function calling. Compared to the 3.1 release, version 3.2 significantly improves accuracy on WildBench and Arena Hard, reduces infinite generations, and delivers gains in tool use and structured output tasks.
It supports image and text inputs with structured outputs, function/tool calling, and strong performance across coding (HumanEval+, MBPP), STEM (MMLU, MATH, GPQA), and vision benchmarks (ChartQA, DocVQA).
Провайдеры для Mistral: Mistral Small 3.2 24B
Chutes
Статус
DeepInfra
Статус
Mistral
Статус
Parasail
Статус
Venice
Статус
API и примеры кода
Наш сервис предоставляет единый API, совместимый с OpenAI SDK. Просто укажите наш base_url и используйте ключ, полученный в личном кабинете.
import OpenAI from 'openai';
const openai = new OpenAI({
baseURL: 'https://polza.ai/api/v1',
apiKey: '<POLZA_AI_API_KEY>'
});
async function main() {
const completion = await openai.chat.completions.create({
model: 'mistralai/mistral-small-3.2-24b-instruct',
messages: [{
role: 'user',
content: 'Что думаешь об этой жизни?',
}],
});
console.log(completion.choices[0].message);
}
main();
Polza.AI — лучший выбор
для
Воспользуйтесь сервисом прямо сейчас. А если остались вопросы - запишитесь на демо