24 lines
429 B
TOML
24 lines
429 B
TOML
name = "Command R+"
|
|
description = "Cohere's RAG workhorse for long-context enterprise search and tool use"
|
|
family = "command-r"
|
|
release_date = "2024-08-30"
|
|
last_updated = "2024-08-30"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2024-06-01"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 2.50
|
|
output = 10.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|