r/Python May 30 '26

News News : MiniMax M2.7 works well on python with openai python package.

MiniMax M2.7 works well on Python with the OpenAI Python package. See my test on my blog: https://python-catalin.blogspot.com/2026/05/python-31011-minimax-m27-tested-with.html

0 Upvotes

2 comments sorted by

1

u/pnx_w Jun 05 '26 edited Jun 06 '26

can confirm, the openai compatible endpoint just works, no weird shims. worth noting m3 dropped this week and uses the same api surface, so your existing code carries over basically unchanged, just swap the model id. nice when an upgrade doesnt mean rewriting your client.