InternLM2.5-7B-Chat
模型 ID
internlm/internlm2_5-7b-chat
这是硅基流动免费模型,无需付费即可使用(受速率限制)。
模型信息
| 属性 | 值 |
|---|---|
| 上下文长度 | 32,768 tokens |
| 输入价格 | ¥0 / 1M tokens |
| 输出价格 | ¥0 / 1M tokens |
| 供应商 | 硅基流动 SiliconFlow |
| 状态 | 免费 |
描述
InternLM2.5-7B-Chat 是上海人工智能实验室的书生系列 7B 参数对话模型,在逻辑推理和代码生成能力上有显著提升。
使用示例
curl https://api.siliconflow.cn/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "internlm/internlm2_5-7b-chat",
"messages": [{"role": "user", "content": "你好!"}]
}'