Created
May 3, 2026 04:15
-
-
Save u1i/125f5ad8f441cc0703137a0fc321127e to your computer and use it in GitHub Desktop.
Xiaomi Claude Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export XIAOMI_API_KEY="tp-XXX" | |
| export ANTHROPIC_BASE_URL="https://token-plan-sgp.xiaomimimo.com/anthropic" | |
| export ANTHROPIC_AUTH_TOKEN="$XIAOMI_API_KEY" | |
| export ANTHROPIC_API_KEY="" # This must be explicitly empty | |
| export ANTHROPIC_DEFAULT_OPUS_MODEL=mimo-v2.5-pro | |
| export ANTHROPIC_DEFAULT_SONNET_MODEL=mimo-v2.5 | |
| export TERM=xterm-256color |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment