Skip to content

MINIMAX M2 WITH CLAUDE GITHUB WORKFLOW #29

@jmd1010

Description

@jmd1010

MINIMAX WORKS REALLY GREAT IN CLAUDE CODE. WOULD BE ABSOLUTELY AWESOME TO FIND A WAY TO INTEGRATE IT WITH CLAUDE GITHUB ACTIONS EITHER DIRECTLY OR VIA CLAUDE ROUTER. DOES ANYTHING KNOWS HOW TO CONFIGURE IT FOR BOTH SCENARIOS? THANKS IN ADVANCE!

Minimax works perfect In claude code when modifying the claude code json. I wanted to try router because there is no instructions how to config Minimax to work with Claude Github actions which is really awesome.

Can someone clarify the direct config for claude and claude github gothub or via claude router. to setup this awesome Mimnimax M2 model?

In claude code json this works! (but does not work with githhub actions)

{
"env": {
"ANTHROPIC_BASE_URL": "https://api.minimax.io/anthropic",
"ANTHROPIC_AUTH_TOKEN": "<MINIMAX_API_KEY>",
"API_TIMEOUT_MS": "3000000",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": 1,
"ANTHROPIC_MODEL": "MiniMax-M2",
"ANTHROPIC_SMALL_FAST_MODEL": "MiniMax-M2",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "MiniMax-M2",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "MiniMax-M2",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "MiniMax-M2"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions