Created
July 14, 2025 13:13
-
-
Save automata/9f47a6ddc231e17eb790e9464be698b3 to your computer and use it in GitHub Desktop.
Kimi K2 + Claude Code Router + 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
{ | |
"Providers": [ | |
{ | |
"name": "kimi-k2", | |
"api_base_url": "https://openrouter.ai/api/v1/chat/completions", | |
"api_key": "OPENROUTER_API_KEY", | |
"models": [ | |
"moonshotai/kimi-k2" | |
], | |
"transformer": { | |
"use": ["openrouter"] | |
} | |
} | |
], | |
"Router": { | |
"default": "kimi-k2,moonshotai/kimi-k2" | |
} | |
} |
same problem, worked great for the first task, stopped after even with restarts
Same problem, any news?
same here, so sad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it always stops working after 1 or 2 commands, any way to fix this?