Skip to content

Commit c82f736

Browse files
author
Jan Szypulski
committed
fix: cloudferro sherlock - update context values for minimax m2.5
1 parent ce7823f commit c82f736

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

providers/cloudferro-sherlock/models/MiniMaxAI/MiniMax-M2.5.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ release_date = "2026-03-05"
44
last_updated = "2026-03-05"
55
attachment = false
66
reasoning = true
7+
structured_output = true
78
temperature = true
89
tool_call = true
910
knowledge = "2026-01"
@@ -15,7 +16,8 @@ output = 1.20
1516

1617
[limit]
1718
context = 196_000
18-
output = 196_000
19+
input = 180_000
20+
output = 16_000
1921

2022
[modalities]
2123
input = ["text"]

0 commit comments

Comments
 (0)