24 lines
426 B
TOML
24 lines
426 B
TOML
name = "Mistral 7B"
|
|
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
|
|
family = "mistral"
|
|
release_date = "2023-09-27"
|
|
last_updated = "2023-09-27"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2023-12"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.25
|
|
output = 0.25
|
|
|
|
[limit]
|
|
context = 8_000
|
|
output = 8_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|