Skip to content

Instantly share code, notes, and snippets.

@automata
Created July 14, 2025 13:13
Show Gist options
  • Save automata/9f47a6ddc231e17eb790e9464be698b3 to your computer and use it in GitHub Desktop.
Save automata/9f47a6ddc231e17eb790e9464be698b3 to your computer and use it in GitHub Desktop.
Kimi K2 + Claude Code Router + Claude Code
{
"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"
}
}
@elhenro
Copy link

elhenro commented Jul 17, 2025

it always stops working after 1 or 2 commands, any way to fix this?

@VinSpee
Copy link

VinSpee commented Jul 17, 2025

same problem, worked great for the first task, stopped after even with restarts

@xhugorichardx
Copy link

Same problem, any news?

@drquandary
Copy link

same here, so sad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment