返回模型列表
Mistral: Mistral Large 3 2512
mistralai/mistral-large-2512Dec 1, 2025262.1K 上下文$0.50/M in · $1.50/M out
描述
Mistral Large 3 2512 是 Mistral 迄今为止能力最强的模型,采用稀疏 MoE 架构,41B active parameters(总参数 675B),以 Apache 2.0 许可证发布。
技术规格
供应商
mistralai
上下文长度
262.1K
最大输出
—
模态类型
输入textimage
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.50 |
| 输出 | $1.50 |
| 缓存读取 | $0.05 |
快速开始
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-large-2512",
"messages": [{"role": "user", "content": "Hello!"}]
}'