Add MiniMax provider#40
Conversation
Expose MiniMax-M3 through the existing OpenAI-compatible provider registry so users can select it with a MiniMax API key.
|
We require contributors to sign our Contributor License Agreement, and we don't have @octo-patch on file. You can sign our CLA at https://e2b.dev/docs/cla . Once you've signed, post a comment here that says '@cla-bot check' |
|
We require contributors to sign our Contributor License Agreement, and we don't have @octo-patch on file. You can sign our CLA at https://e2b.dev/docs/cla . Once you've signed, post a comment here that says '@cla-bot check' |
|
Updated this PR to register MiniMax-M3 and MiniMax-M2.7 across both compatible API paths, with selectable global and China endpoints. I added offline request-path and image-payload coverage and ran the focused unit tests, compile checks, Poetry validation, and diff checks. |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
Reason: add MiniMax-M3 and MiniMax-M2.7 to the provider/model registry.
Summary
Checks
python -m unittest tests/test_minimax_provider.pypython -m compileall -q os_computer_use tests/test_minimax_provider.pyuvx --from poetry==2.1.3 poetry checkgit diff --check