24 lines
441 B
TOML
24 lines
441 B
TOML
name = "Mistral Nemo"
|
|
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
|
|
family = "mistral-nemo"
|
|
release_date = "2024-07-18"
|
|
last_updated = "2024-07-18"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2024-07"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 20
|
|
output = 40
|
|
|
|
[limit]
|
|
context = 128000
|
|
output = 16400
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|