25 lines
452 B
TOML
25 lines
452 B
TOML
name = "Command A"
|
|
description = "Cohere command model for multilingual enterprise agents, tools, and chat"
|
|
family = "command-a"
|
|
release_date = "2025-03-13"
|
|
last_updated = "2025-03-13"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = true
|
|
knowledge = "2024-08-31"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 2.5
|
|
output = 10
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|