39 lines
953 B
TOML
39 lines
953 B
TOML
name = "Command A Reasoning"
|
|
description = "Cohere command model for multilingual enterprise agents, tools, and chat"
|
|
# Model-specific reasoning HTTP restrictions (accessed 2026-06-25):
|
|
# Native thinking.token_budget must be positive; leave at least 1K output tokens.
|
|
# OpenAI compatibility instead accepts reasoning_effort = "none"|"high" and
|
|
# does not document token-budget control.
|
|
# Sources:
|
|
# https://docs.cohere.com/docs/command-a-reasoning
|
|
# https://docs.cohere.com/docs/reasoning
|
|
# https://docs.cohere.com/docs/compatibility-api
|
|
family = "command-a"
|
|
release_date = "2025-08-21"
|
|
last_updated = "2025-08-21"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
knowledge = "2024-06-01"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[[reasoning_options]]
|
|
type = "toggle"
|
|
|
|
[[reasoning_options]]
|
|
type = "budget_tokens"
|
|
min = 1
|
|
|
|
[cost]
|
|
input = 2.50
|
|
output = 10.00
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 32_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|