24 lines
500 B
TOML
24 lines
500 B
TOML
name = "Command R7B"
|
|
description = "Cohere retrieval model for long-context chat and enterprise RAG workflows"
|
|
family = "command-r"
|
|
release_date = "2024-12-02"
|
|
last_updated = "2024-12-02"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-06-01"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/CohereLabs/c4ai-command-r7b-12-2024"
|