feat(providers): add MiniMax M3 to Synthetic provider#2558
Merged
rekram1-node merged 4 commits intoJun 14, 2026
Merged
Conversation
d519c56 to
953b651
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds MiniMax M3 to Synthetic's model catalog.
It also marks MiniMax M3 as an open-weighted model since its weights are now publicly available.
This is the response body from Synthetic:
{ "provider": "synthetic", "always_on": true, "id": "hf:MiniMaxAI/MiniMax-M3", "hugging_face_id": "MiniMaxAI/MiniMax-M3", "name": "MiniMaxAI/MiniMax-M3", "input_modalities": [ "text", "image" ], "output_modalities": [ "text" ], "context_length": 524288, "max_output_length": 65536, "pricing": { "prompt": "$0.0000006", "completion": "$0.0000012", "image": "0", "request": "0", "input_cache_reads": "$0.0000006", "input_cache_writes": "0" }, "created": 1781222400, "quantization": "fp8", "supported_sampling_parameters": [ "temperature", "top_k", "top_p", "repetition_penalty", "frequency_penalty", "presence_penalty", "stop", "seed" ], "supported_features": [ "tools", "json_mode", "structured_outputs", "reasoning" ], "openrouter": { "slug": "minimax/minimax-m3" }, "datacenters": [ { "country_code": "US" } ] }Synthetic's model catalog seems to be a bit outdated in general. I'll see if I can clean it up in the following weeks.