Unverified 提交 a410ecc3 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Add Moonshot AI's Kimi K2.5 model to OpenRouter options (#2495)

## Summary Added support for Moonshot AI's latest Kimi K2.5 model through OpenRouter, expanding the available language model options for users. ## Changes - Added `moonshotai/kimi-k2.5` model configuration to the OpenRouter model options - Configured with the following specifications: - Display name: "Kimi K2.5" - Description: "Moonshot AI's latest and most capable model" - Context window: 256,000 tokens - Max output tokens: 32,000 tokens - Temperature: 0 (deterministic responses) - Pricing tier: 2 dollar signs (mid-range pricing) ## Details The model is positioned as Moonshot AI's flagship offering and has been added at the top of the OpenRouter model list. It supports a large context window suitable for processing lengthy documents and conversations. https://claude.ai/code/session_016BLQbf16FjY5b6u3vjGX5X <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2495"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added Moonshot AI’s Kimi K2.5 model to OpenRouter to expand model options and support very large contexts. It’s listed at the top of the OpenRouter models. - **New Features** - Added moonshotai/kimi-k2.5 with display name “Kimi K2.5” and description. - Key specs: 256k context window, 32k max output tokens, temperature 0, pricing tier $$. <sup>Written for commit d7f909b486cfd0744e9546784ef0124ef256bdff. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: a data-only addition to the model catalog with no changes to request/response handling or auth. > > **Overview** > Adds a new OpenRouter model option for **Moonshot AI Kimi K2.5** (`moonshotai/kimi-k2.5`) with configured limits (256k context, 32k output), deterministic temperature, and `$$` pricing tier. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit d7f909b486cfd0744e9546784ef0124ef256bdff. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: 's avatarClaude <noreply@anthropic.com>
上级 ac309b61
...@@ -218,6 +218,16 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = { ...@@ -218,6 +218,16 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
}, },
], ],
openrouter: [ openrouter: [
// https://openrouter.ai/moonshotai/kimi-k2.5
{
name: "moonshotai/kimi-k2.5",
displayName: "Kimi K2.5",
description: "Moonshot AI's latest and most capable model",
maxOutputTokens: 32_000,
contextWindow: 256_000,
temperature: 1.0,
dollarSigns: 2,
},
{ {
name: "qwen/qwen3-coder:free", name: "qwen/qwen3-coder:free",
displayName: "Qwen3 Coder (free)", displayName: "Qwen3 Coder (free)",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论