返回模型列表
Mistral: Mistral Nemo
mistralai/mistral-nemoJul 19, 2024131.1K 上下文16.4K 最大输出$0.15/M in · $0.15/M out
描述
12B 参数模型,128k token context 长度,由 Mistral 与 NVIDIA 合作构建。
模型支持多语言,涵盖英语、法语、德语、西班牙语、意大利语、葡萄牙语、中文、日语、韩语、阿拉伯语和印地语。
支持 function calling,采用 Apache 2.0 许可证发布。
技术规格
供应商
mistralai
上下文长度
131.1K
最大输出
16.4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.15 |
| 输出 | $0.15 |
| 缓存读取 | $0.01 |
快速开始
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-nemo",
"messages": [{"role": "user", "content": "Hello!"}]
}'