Mistral Small 3.1 24B
模型 ID
mistralai/mistral-small-3.1-24b-instruct:free
这是 OpenRouter 免费模型,无需付费即可使用。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 128000 tokens |
| 最大输出 | 128,000 tokens |
| 输入价格 | $0 / 1M tokens |
| 输出价格 | $0 / 1M tokens |
| 供应商 | OpenRouter |
| 状态 | 免费 |
描述
Mistral Small 3.1 24B 具有 24B 参数和先进多模态能力,在文本推理和视觉任务中表现优异。
使用示例
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-small-3.1-24b-instruct:free",
"messages": [{"role": "user", "content": "你好!"}]
}'