Skip to content

providers: add MiniMax preset#164

Closed
octo-patch wants to merge 2 commits into
ghostwright:mainfrom
octo-patch:octo/20260707-add-minimax-m3-recvoGXGuJwstq
Closed

providers: add MiniMax preset#164
octo-patch wants to merge 2 commits into
ghostwright:mainfrom
octo-patch:octo/20260707-add-minimax-m3-recvoGXGuJwstq

Conversation

@octo-patch

Copy link
Copy Markdown

Reason: add MiniMax-M3 to provider/model registry.

Summary

  • Add MiniMax to the provider type registry with MiniMax's Anthropic-compatible base URL and default API key env.
  • Route MiniMax through Murph's OpenAI-compatible provider path using MiniMax's OpenAI base URL.
  • Cover MiniMax provider loading, metadata secrets, and Murph env generation in config tests.

Test plan

  • Secret scan on pending diff passed.
  • bun test src/config/__tests__/providers.test.ts src/config/__tests__/loader.test.ts src/config/__tests__/loader-metadata.test.ts (not run: bun is not installed in this environment)

🤖 Generated with Claude Code

octo-patch and others added 2 commits July 9, 2026 05:36
Add MiniMax as a configurable provider so Murph runtime deployments can route MiniMax-M3 through the provider registry.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@octo-patch

Copy link
Copy Markdown
Author

Updated the MiniMax preset so the Agent SDK base URL produces a single /v1/messages path, and added coverage for MiniMax-M3, MiniMax-M2.7, regional endpoints, and model details. I ran bun test (2,644 passed), bun run lint, and bun run typecheck.

@octo-patch

Copy link
Copy Markdown
Author

This PR is replaced by #166, which keeps the same focused MiniMax provider change on a clean commit history. Continuing review at #166.

@octo-patch octo-patch closed this Jul 13, 2026
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