19 lines
378 B
TOML
19 lines
378 B
TOML
name = "Mistral Nemotron"
|
|
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
|
|
family = "nemotron"
|
|
release_date = "2025-06-11"
|
|
last_updated = "2025-06-12"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|