Skip to content

SuperInstance/minimax-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
MiniMax Code

MiniMax Code — SuperInstance Fork

Remembers your habits, builds Agent teams, automates the repetitive work.

🏷️ SuperInstance Fork — This is the SuperInstance fork of MiniMax Code, reconfigured with z.ai GLM-5.1 as the primary code generation backend and DeepInfra as fallback. See SUPERINSTANCE_CHANGES.md for details.

简体中文


🧬 SuperInstance Provider Configuration

This fork replaces MiniMax's default providers with our own stack:

Role Provider Model Best For
Primary z.ai GLM-5.1 All code tasks
Fallback DeepInfra seed-2.0-mini Quick completions
Fallback DeepInfra gemma-4 General generation
Fallback DeepInfra nemotron-120b Complex algorithms
Fallback DeepInfra qwen-3.6 Multilingual code
Fallback DeepInfra hermes-405b Large refactoring

Setup

# Set your API keys
export SIA_ZAI_API_KEY=your-zai-key
export SIA_DEEPINFRA_API_KEY=your-deepinfra-key

# Provider config is in config/superinstance-providers.json
# Load it in your MiniMax Code configuration

See SUPERINSTANCE_CHANGES.md for the full changelog and config/superinstance-providers.json for the provider configuration.


Report an Issue

This repository collects issue reports for the SuperInstance fork of MiniMax Code.

For bug reports, please include: version, platform, steps to reproduce, and expected vs actual behavior.

How to submit

  1. Tap IssuesNew issue at the top right
  2. Pick a template (Bug / Feature / Question)
  3. Fill in the requested details:
    • Version — found in Settings
    • Platform — macOS / Windows
    • Steps to reproduce — short and reproducible
    • Expected behavior — what should happen
    • Actual behavior — what actually happens

Before you submit

  • Search to see if the issue already exists
  • Make sure you are on the latest version
  • Strip out any sensitive information (API keys, tokens, etc.)

© 2026 MiniMax. SuperInstance modifications © 2026 SuperInstance. All rights reserved.

About

No description or website provided.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors