Skip to content

feat: add MiniMax provider support#278

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

feat: add MiniMax provider support#278
octo-patch wants to merge 3 commits intoKeygraphHQ:mainfrom
octo-patch:feature/add-minimax-provider

Conversation

@octo-patch
Copy link
Copy Markdown

Summary

Adds MiniMax as a provider option in Shannon's router mode, enabling users to use MiniMax models as an alternative to Anthropic Claude.

Changes

  • apps/cli/infra/router-config.json: Add minimax provider entry with OpenAI-compatible API endpoint (https://api.minimax.io/v1/chat/completions) and models MiniMax-M2.7 and MiniMax-M2.7-highspeed
  • apps/cli/infra/compose.yml: Pass MINIMAX_API_KEY environment variable to the router container
  • .env.example: Document MiniMax configuration option and available models

Usage

To use MiniMax with Shannon router mode:

# In your .env file:
MINIMAX_API_KEY=your-minimax-api-key
ROUTER_DEFAULT=minimax,MiniMax-M2.7

# Start with router mode:
./shannon start ... ROUTER=true

MiniMax Models

Model Description
MiniMax-M2.7 Peak Performance. Ultimate Value. Master the Complex
MiniMax-M2.7-highspeed Same performance, faster and more agile

API reference:

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