Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion models/minimax/MiniMax-M3.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = false
open_weights = true

[limit]
context = 512_000
Expand All @@ -15,3 +15,7 @@ output = 128_000
[modalities]
input = ["text", "image", "video"]
output = ["text"]

[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/MiniMaxAI/MiniMax-M3"
19 changes: 19 additions & 0 deletions providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
base_model = "minimax/MiniMax-M3"
release_date = "2026-06-12"
last_updated = "2026-06-12"
reasoning_options = []
structured_output = true
status = "beta"

[cost]
input = 0.60
output = 1.20
cache_read = 0.60

[limit]
context = 524_288
output = 65_536

[modalities]
input = ["text", "image"]
output = ["text"]
Loading