diff --git a/models/minimax/MiniMax-M3.toml b/models/minimax/MiniMax-M3.toml index 771df11f0e..63dcb68dbd 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 @@ -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" 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..d282e4ba83 --- /dev/null +++ b/providers/synthetic/models/hf:MiniMaxAI/MiniMax-M3.toml @@ -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"]