24 lines
428 B
TOML
24 lines
428 B
TOML
name = "Mistral Nemo Instruct"
|
|
description = "Legacy model retained for compatibility with older integrations"
|
|
family = "mistral"
|
|
release_date = "2024-07-18"
|
|
last_updated = "2024-07-18"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = true
|
|
status = "deprecated"
|
|
|
|
[cost]
|
|
input = 0.30
|
|
output = 0.30
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|