返回模型列表
Cohere: Command A
cohere/command-aMar 13, 2025256K 上下文8.2K 最大输出$2.50/M in · $10.00/M out
描述
Command A 是一款 open-weights、111B 参数的模型,具备 256k context window,专注于在 agentic、多语言和编码场景中提供优秀表现。 相较其他领先的闭源和 open-weights 模型,Command A 以更低的硬件成本实现最高性能,在业务关键的 agentic 与多语言任务上尤为出色。
技术规格
供应商
cohere
上下文长度
256K
最大输出
8.2K
模态类型
输入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-a",
"messages": [{"role": "user", "content": "Hello!"}]
}'