From bf1e39cd195f2a4fd2ac1d8c2e3ac26c607a6826 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Ku=CC=88hl?= Date: Sun, 14 Jun 2026 14:09:28 +0200 Subject: [PATCH 1/4] chore(models): mark MiniMax M3 as open-weighted --- models/minimax/MiniMax-M3.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/minimax/MiniMax-M3.toml b/models/minimax/MiniMax-M3.toml index 771df11f0e..33173ef95e 100644 --- a/models/minimax/MiniMax-M3.toml +++ b/models/minimax/MiniMax-M3.toml @@ -6,7 +6,7 @@ attachment = true reasoning = true temperature = true tool_call = true -open_weights = false +open_weights = true [limit] context = 512_000 From 953b651adc8b22646bfccea215cb7633fc657170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Ku=CC=88hl?= Date: Sun, 14 Jun 2026 14:11:53 +0200 Subject: [PATCH 2/4] feat(providers): add MiniMax M3 model to Synthetic provider --- .../models/hf:MiniMaxAI/MiniMax-M3.toml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml diff --git a/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml b/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml new file mode 100644 index 0000000000..173b7d69ee --- /dev/null +++ b/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml @@ -0,0 +1,21 @@ +base_model = "minimax/MiniMax-M3" +release_date = "2026-06-12" +last_updated = "2026-06-12" +structured_output = true +status = "beta" + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0.60 +output = 1.20 +cache_read = 0.60 + +[limit] +context = 524_288 +output = 65_536 + +[modalities] +input = ["text", "image"] +output = ["text"] From 626700e2689bdb4768205233c6106cd654e50b46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Ku=CC=88hl?= Date: Sun, 14 Jun 2026 23:54:59 +0200 Subject: [PATCH 3/4] chore: provide empty reasoning options --- providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml b/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml index 173b7d69ee..d282e4ba83 100644 --- a/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml +++ b/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml @@ -1,12 +1,10 @@ base_model = "minimax/MiniMax-M3" release_date = "2026-06-12" last_updated = "2026-06-12" +reasoning_options = [] structured_output = true status = "beta" -[interleaved] -field = "reasoning_content" - [cost] input = 0.60 output = 1.20 From 0e53645dce29a485be4d5ba1ba19f6443f358a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Ku=CC=88hl?= Date: Mon, 15 Jun 2026 00:00:31 +0200 Subject: [PATCH 4/4] chore(models): add MiniMax M3 weights URL --- models/minimax/MiniMax-M3.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/models/minimax/MiniMax-M3.toml b/models/minimax/MiniMax-M3.toml index 33173ef95e..63dcb68dbd 100644 --- a/models/minimax/MiniMax-M3.toml +++ b/models/minimax/MiniMax-M3.toml @@ -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"