Skip to content

feat: upgrade MiniMax default model to M3 in bonus notebook#109

Open
octo-patch wants to merge 3 commits into
HandsOnLLM:mainfrom
octo-patch:feature/add-minimax-provider
Open

feat: upgrade MiniMax default model to M3 in bonus notebook#109
octo-patch wants to merge 3 commits into
HandsOnLLM:mainfrom
octo-patch:feature/add-minimax-provider

Conversation

@octo-patch

@octo-patch octo-patch commented Mar 15, 2026

Copy link
Copy Markdown

Summary

Upgrade the MiniMax default model in the bonus notebook to MiniMax-M3, MiniMax's latest flagship model.

Changes

  • Update default model in chatgpt_generation() from MiniMax-M2.7 to MiniMax-M3
  • Update LangChain ChatOpenAI example to use MiniMax-M3
  • Update environment variable example to use MiniMax-M3
  • Add MiniMax-M3 to the example models in the Summary table
  • Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives

Why

MiniMax-M3 is MiniMax's latest model, with a 512K context window, up to 128K max output, and image input support. Using it as the default makes the bonus notebook reflect the most current and capable MiniMax model.

Testing

  • Verified the notebook is valid JSON (nbformat 4.4, 15 cells)
  • Verified all default model references now point to MiniMax-M3
  • Verified MiniMax-M2.7 and MiniMax-M2.7-highspeed are still listed as alternatives in the Summary table

octo-patch and others added 2 commits March 15, 2026 14:32
Add a supplementary notebook showing how to use alternative OpenAI-compatible
providers (MiniMax) with the book's code examples from Chapters 4 and 7.
Update the README with a tip about OpenAI-compatible providers.
- Update default model from MiniMax-M2.5 to MiniMax-M2.7 across all examples
- Add MiniMax-M2.7-highspeed to provider summary table
- Update model description to reflect M2.7 enhanced reasoning capabilities
- Keep all previous patterns and API configuration unchanged
@octo-patch octo-patch changed the title Add bonus notebook for using alternative LLM providers feat: upgrade MiniMax default model to M2.7 in bonus notebook Mar 18, 2026
- Update bonus notebook default model from M2.7 to MiniMax-M3
- Update LangChain example to use MiniMax-M3
- Update env variable example to use MiniMax-M3
- Add MiniMax-M3 to the example models in the summary table
  (kept MiniMax-M2.7 and MiniMax-M2.7-highspeed as alternatives)
@octo-patch octo-patch changed the title feat: upgrade MiniMax default model to M2.7 in bonus notebook feat: upgrade MiniMax default model to M3 in bonus notebook Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant