返回模型列表
Cohere: Command R+ (08-2024)
cohere/command-r-plus-08-2024Aug 30, 2024128K 上下文4K 最大输出$2.50/M in · $10.00/M out
描述
command-r-plus-08-2024 是 Command R+ 的更新版,相较前代在硬件占用不变的情况下吞吐约提升 50%、延迟降低 25%。
使用本模型须遵守 Cohere 的 Usage Policy 与 SaaS Agreement。
技术规格
供应商
cohere
上下文长度
128K
最大输出
4K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $2.50 |
| 输出 | $10.00 |
快速开始
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-plus-08-2024",
"messages": [{"role": "user", "content": "Hello!"}]
}'