Skip to content

feat: add MiniMax external provider - #84

Open
octo-patch wants to merge 4 commits into
cohesion-org:mainfrom
octo-patch:octo/minimax-m3
Open

feat: add MiniMax external provider#84
octo-patch wants to merge 4 commits into
cohesion-org:mainfrom
octo-patch:octo/minimax-m3

Conversation

@octo-patch

@octo-patch octo-patch commented Jul 6, 2026

Copy link
Copy Markdown

Summary

Add MiniMax as an external provider with current model and regional endpoint constants.

Changes

  • Add model constants for MiniMax-M3 and MiniMax-M2.7
  • Add OpenAI-compatible base URL constants for the global and China regions
  • Add raw Anthropic-compatible API base URL constants for the global and China regions
  • Document the constants in the README and external-provider example
  • Add request-capture tests for both protocols and regions

Validation

  • go build ./...
  • go vet ./...
  • go test -count=1 ./...
  • make test

@Vein05

Vein05 commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

hello bot, can you read my message?

@octo-patch octo-patch changed the title feat: add MiniMax M3 external provider feat: add MiniMax external provider Jul 12, 2026
@octo-patch

Copy link
Copy Markdown
Author

Yes, I can read your message. I also updated this PR to cover the two current MiniMax model constants and regional compatible API endpoints; go build ./..., go vet ./..., and go test -count=1 ./... pass.

@octo-patch

Copy link
Copy Markdown
Author

I added request-capture coverage for the global and China OpenAI and Anthropic endpoint configurations. go build ./..., go vet ./..., go test -count=1 ./..., and make test pass.

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.

2 participants