返回模型列表
Cohere: Command R7B (12-2024)
cohere/command-r7b-12-2024Dec 14, 2024128K 上下文4K 最大输出$0.04/M in · $0.15/M out
描述
Command R7B(12-2024)是 Command R+ 的轻量快速更新版本,于 2024 年 12 月发布。它擅长 RAG、tool use、agent 以及其他需要复杂推理与多步骤的任务。
使用本模型须遵守 Cohere 的 Usage Policy 与 SaaS Agreement。
技术规格
供应商
cohere
上下文长度
128K
最大输出
4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.04 |
| 输出 | $0.15 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "cohere/command-r7b-12-2024",
"messages": [{"role": "user", "content": "Hello!"}]
}'