minimax-chat

Build MiniMax chat completions for multi-turn conversations and structured text generation.

23|4|Updated May 7, 2026
One-click install
npx skills add https://github.com/qq5855144/GitHubM --skill minimax-chat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minimax-chat
Source: https://github.com/qq5855144/GitHubM/tree/main/.skills/minimax-chat
Command: npx skills add https://github.com/qq5855144/GitHubM --skill minimax-chat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns MiniMax into a reliable text conversation engine so you can generate assistant replies, summaries, and structured outputs without building the integration logic yourself.

Core Features & Use Cases

  • Multi-turn conversations: Preserves full chat history so the model can respond coherently across longer exchanges.
  • Tool calling and structured output: Supports function calls and JSON schema responses for agent workflows and deterministic downstream parsing.
  • Streaming and multimodal input: Handles server-sent event streaming plus text and image mixed messages for responsive assistant experiences.
  • Use case: A product team can connect this Skill to a web app or mini program to power a support assistant that answers questions, drafts content, and invokes tools securely through an Edge Function.

Quick Start

Use the minimax-chat skill to generate a secure multi-turn assistant reply for a user message and return the result in either streaming or non-streaming form.

Frequently Asked Questions about minimax-chat

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement MiniMax chat completions with multi-turn conversation history?

MiniMax chat completions preserve full chat history so the model can respond coherently across longer exchanges. You can generate assistant replies and summaries without building the integration logic yourself by using this pre-built conversational engine.

Can I use function calling and JSON schema structured output with MiniMax chat models?

Function calling and JSON schema structured output are supported for agent workflows and deterministic downstream parsing. This allows you to handle tool calls securely and generate structured text responses for reliable data extraction.

How do I stream SSE responses from MiniMax through an Edge Function?

Server-sent event streaming is handled natively by this Skill for responsive assistant experiences. It processes platform-managed server-side API access and secure Edge Function invocation to deliver streaming chat completions directly to web or mini program integrations.

Does the MiniMax chat integration support multimodal input like text and images?

Yes, the MiniMax chat integration handles text and image mixed messages for multimodal input. This enables assistant workflows to process visual context alongside text queries for content drafting and document summarization.

What is the best way to build a support assistant using MiniMax that invokes external tools?

The best way to build a support assistant with MiniMax is to connect this Skill to your web app or mini program. It manages multi-turn conversations, drafts content, and invokes tools securely through an Edge Function without requiring custom integration logic.