Add MiniMax M2.7 tutorial notebook and litellm integration#7
Open
octo-patch wants to merge 1 commit intocuriousily:masterfrom
Open
Add MiniMax M2.7 tutorial notebook and litellm integration#7octo-patch wants to merge 1 commit intocuriousily:masterfrom
octo-patch wants to merge 1 commit intocuriousily:masterfrom
Conversation
…ntegration - Create minimax-m2.7.ipynb: hands-on tutorial covering text generation, streaming, JSON structured output, Pydantic validation, tool/function calling, summarization, and data labelling using MiniMax M2.7 via OpenAI-compatible API - Add MiniMax M2.7 to notebook 26 (multiple LLM providers with litellm) as a third provider alongside GPT-4.1-mini and Gemini 2.5 Flash - Update README.md with Model Explorations section listing MiniMax M2.7 - Add 28 unit tests and 6 integration tests
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.
Summary
minimax-m2.7.ipynb: hands-on tutorial notebook for MiniMax M2.7 (204K context) covering text generation, streaming, JSON structured output, Pydantic validation, tool/function calling, summarization, and data labelling via OpenAI-compatible APIWhy MiniMax?
MiniMax M2.7 is a powerful LLM with a 204K context window and an OpenAI-compatible API (
https://api.minimax.io/v1). It supports:MiniMax-M2.7) and highspeed (MiniMax-M2.7-highspeed) variantsThis makes it a great addition to the bootcamp's multi-provider tutorial, showing learners how easy it is to switch between different LLM providers.
Files Changed
minimax-m2.7.ipynb26.multiple-llm-providers-with-litellm.ipynbREADME.mdtests/test_minimax.pytests/test_minimax_integration.pytests/__init__.pyTest Plan
MINIMAX_API_KEYset