返回模型列表
Mistral: Mistral Small 3.1 24B
mistralai/mistral-small-3.1-24b-instructMar 17, 2025131.1K 上下文131.1K 最大输出$0.35/M in · $0.56/M out
描述
Mistral Small 3.1 24B Instruct 是 Mistral Small 3(2501)的升级版本,24B 参数,具备进阶多模态能力。在文本 reasoning 和视觉任务上提供 state-of-the-art 的表现,涵盖图像分析、编程、数学 reasoning 和数十种语言的多语言支持。具备 128k token context window,针对高效本地推理优化,适合对话 agent、function calling、长文档理解和对隐私敏感的部署等场景。更新版本为 Mistral Small 3.2。
技术规格
供应商
mistralai
上下文长度
131.1K
最大输出
131.1K
模态类型
输入textimage
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.35 |
| 输出 | $0.56 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-small-3.1-24b-instruct",
"messages": [{"role": "user", "content": "Hello!"}]
}'