23 lines
426 B
TOML
23 lines
426 B
TOML
name = "Mistral-7B-Instruct-v0.3"
|
|
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
|
|
release_date = "2025-04-01"
|
|
last_updated = "2025-04-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.11
|
|
output = 0.11
|
|
|
|
[limit]
|
|
context = 65_536
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|