返回模型列表
Mistral: Mistral Small 3
mistralai/mistral-small-24b-instruct-2501Jan 30, 202532.8K 上下文16.4K 最大输出$0.05/M in · $0.08/M out
描述
Mistral Small 3 是 24B 参数语言模型,针对常见 AI 任务的低延迟性能做了优化。以 Apache 2.0 许可证发布,提供预训练和 instruction-tuned 两个版本,适合高效的本地部署。
模型在 MMLU 基准上达到 81% 的准确率,与 Llama 3.3 70B、Qwen 32B 等更大模型具有竞争力,同时在同等硬件上速度快三倍。阅读博客了解更多。
技术规格
供应商
mistralai
上下文长度
32.8K
最大输出
16.4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.05 |
| 输出 | $0.08 |
快速开始
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-24b-instruct-2501",
"messages": [{"role": "user", "content": "Hello!"}]
}'