Skip to content

feat(minimax-text-gen): add MiniMax text generation skill#79

Open
octo-patch wants to merge 1 commit intoMiniMax-AI:mainfrom
octo-patch:feature/add-minimax-text-gen
Open

feat(minimax-text-gen): add MiniMax text generation skill#79
octo-patch wants to merge 1 commit intoMiniMax-AI:mainfrom
octo-patch:feature/add-minimax-text-gen

Conversation

@octo-patch
Copy link
Copy Markdown

What

Add a new community skill minimax-text-gen for integrating MiniMax's chat completion API directly into Python and JavaScript applications.

New file: skills/minimax-text-gen/SKILL.md

Why

Developers who want to integrate MiniMax LLM into their applications need a code-first reference for direct API integration. The existing minimax-multimodal-toolkit skill covers CLI-based text chat via mmx text chat, but there's no dedicated skill showing how to use MiniMax's text generation API directly in code without requiring the mmx CLI.

This skill fills that gap by demonstrating:

  • Direct API usage via the OpenAI-compatible endpoint (https://api.minimax.io/v1)
  • Both MiniMax-M2.7 and MiniMax-M2.7-highspeed models
  • Chat completion, streaming, and function calling patterns
  • Python (openai SDK) and JavaScript/TypeScript examples
  • Integration checklist and troubleshooting guide

Diff summary

  • skills/minimax-text-gen/SKILL.md — new skill (246 lines)
  • README.md — add skill entry to table (Source: Community)
  • README_zh.md — add skill entry to table

Add a new community skill for integrating MiniMax's chat completion
API directly into Python and JavaScript applications.

- Uses MiniMax-M2.7 and MiniMax-M2.7-highspeed models
- OpenAI-compatible endpoint (https://api.minimax.io/v1)
- Covers chat completion, streaming, and function calling examples
- No CLI required — direct API integration pattern
- Update README.md and README_zh.md skill table
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