Merge pull request #1866 from tarikko/patch-1
Update Mistral Small model details in TOML file
This commit is contained in:
@@ -1,22 +1,6 @@
|
||||
name = "Mistral Small"
|
||||
family = "mistral-small"
|
||||
release_date = "2024-02-26"
|
||||
last_updated = "2024-02-26"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
temperature = true
|
||||
tool_call = false
|
||||
knowledge = "2024-02"
|
||||
open_weights = false
|
||||
[extends]
|
||||
from = "mistral/mistral-small-2506"
|
||||
|
||||
[cost]
|
||||
input = 75
|
||||
output = 200
|
||||
|
||||
[limit]
|
||||
context = 128000
|
||||
output = 128000
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
output = ["text"]
|
||||
input = 0.075
|
||||
output = 0.20
|
||||
Reference in New Issue
Block a user