返回模型列表
Mistral: Pixtral Large 2411
mistralai/pixtral-large-2411Nov 19, 2024131.1K 上下文$2.00/M in · $6.00/M out
描述
Pixtral Large 是构建在 Mistral Large 2 之上的 124B 参数开源权重多模态模型。可理解文档、图表和自然图像。
模型以 Mistral 研究许可证(MRL)提供,用于研究和教育目的;以 Mistral 商业许可证提供,用于实验、测试和商业生产。
技术规格
供应商
mistralai
上下文长度
131.1K
最大输出
—
模态类型
输入textimage
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $2.00 |
| 输出 | $6.00 |
| 缓存读取 | $0.20 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/pixtral-large-2411",
"messages": [{"role": "user", "content": "Hello!"}]
}'