Mistral-7B-Instruct-v0.2
模型 ID
mistralai/Mistral-7B-Instruct-v0.2
这是硅基流动免费模型,无需付费即可使用(受速率限制)。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 32,768 tokens |
| 输入价格 | ¥0 / 1M tokens |
| 输出价格 | ¥0 / 1M tokens |
| 供应商 | 硅基流动 SiliconFlow |
| 状态 | 免费 |
描述
Mistral-7B-Instruct-v0.2 是 Mistral AI 的 7B 参数指令微调模型,在多语言理解和生成任务上表现优秀。
使用示例
curl https://api.siliconflow.cn/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/Mistral-7B-Instruct-v0.2",
"messages": [{"role": "user", "content": "你好!"}]
}'