Kimi CC
July 13, 2025 · View on GitHub
中文 | English | 日本語 | 한국어 | Français | Deutsch | Español | Русский
Use Kimi's latest model (kimi-k2-0711-preview) to power your Claude Code.
Quick Installation
- Go to Kimi Open Platform to apply for an API Key.
Click to visit: Kimi Open Platform
Top right corner User Center -> API Key Management -> Create New API Key
- Quick installation - you will be prompted to enter your API Key, then press Enter to complete.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/LLM-Red-Team/kimi-cc/refs/heads/main/install.sh)"
- Start using Claude Code at low cost.
claude
Features
- Cost-effective: Use Kimi's competitive pricing instead of direct Anthropic API
- Easy setup: One-command installation with automatic configuration
- Seamless integration: Works with existing Claude Code workflows
- Latest model: Powered by Kimi's kimi-k2-0711-preview model
What the installer does
The installation script automatically:
- Checks and installs Node.js (v18+) if needed
- Installs Claude Code globally via npm
- Configures Claude Code to skip onboarding
- Prompts for your Moonshot API key
- Sets up environment variables to redirect API calls to Kimi's servers
Manual Configuration
If you prefer to configure manually, set these environment variables:
export ANTHROPIC_BASE_URL=https://api.moonshot.cn/anthropic/
export ANTHROPIC_API_KEY=your_moonshot_api_key_here
Support
For issues or questions, please visit the Kimi Open Platform or check the original Claude Code documentation.