25 lines
457 B
TOML
25 lines
457 B
TOML
name = "Cohere Command R"
|
|
description = "Cohere retrieval model for long-context chat and enterprise RAG workflows"
|
|
family = "command-r"
|
|
release_date = "2024-03-11"
|
|
last_updated = "2024-08-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
knowledge = "2024-03"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|