I am trying to run Kimi k2, and noticed that it seems to be dependent on OpenRouter ? #813
Unanswered
joeblew999
asked this question in
Q&A
Replies: 1 comment
-
|
Moonshot has an OpenAI-compatible API, so you can configure Crush to treat Kimi as an OpenAI model with a custom URL. For example, here is my "novita": {
"type": "openai",
"base_url": "https://api.novita.ai/v3/openai",
"api_key": "<ADD API KEY HERE>",
"models": [
{
"id": "moonshotai/kimi-k2-instruct",
"name": "Kimi K2 (Novita)",
"cost_per_1m_in": 0.57,
"cost_per_1m_out": 2.3,
"context_window": 131072,
"default_max_tokens": 5000
}
]
}
}
}Adjust |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I get that open router is useful, but hope that Crush can be easily made to just talk to AI Models without going through third parties.
Beta Was this translation helpful? Give feedback.
All reactions