Last active
May 15, 2026 04:16
-
-
Save James-Leslie/09c6518b495839145af92f32b2dfee92 to your computer and use it in GitHub Desktop.
kimi alias for Claude Code via Vercel AI Gateway
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
| # kimi alias for Claude Code via Vercel AI Gateway | |
| # Requires $AI_GATEWAY_API_KEY to be set in your environment | |
| alias kimi='ANTHROPIC_BASE_URL=https://ai-gateway.vercel.sh ANTHROPIC_AUTH_TOKEN="$AI_GATEWAY_API_KEY" ANTHROPIC_API_KEY="" ANTHROPIC_MODEL="moonshotai/kimi-k2.6" claude' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment