Skip to content

Commit 953b651

Browse files
committed
feat(providers): add MiniMax M3 model to Synthetic provider
1 parent bf1e39c commit 953b651

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
base_model = "minimax/MiniMax-M3"
2+
release_date = "2026-06-12"
3+
last_updated = "2026-06-12"
4+
structured_output = true
5+
status = "beta"
6+
7+
[interleaved]
8+
field = "reasoning_content"
9+
10+
[cost]
11+
input = 0.60
12+
output = 1.20
13+
cache_read = 0.60
14+
15+
[limit]
16+
context = 524_288
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]

0 commit comments

Comments
 (0)