返回模型列表
Cohere: Command R (08-2024)
cohere/command-r-08-2024Aug 30, 2024128K 上下文4K 最大输出$0.15/M in · $0.60/M out
描述
command-r-08-2024 是 Command R 的更新版,在多语言 retrieval-augmented generation(RAG)和 tool use 方面表现更好。更广义地说,它在数学、代码和推理上都更强,并与前代更大规模的 Command R+ 模型相当。
使用本模型须遵守 Cohere 的 Usage Policy 与 SaaS Agreement。
技术规格
供应商
cohere
上下文长度
128K
最大输出
4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.15 |
| 输出 | $0.60 |
快速开始
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-r-08-2024",
"messages": [{"role": "user", "content": "Hello!"}]
}'