-
由 Will Chen 提交于
## 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:
Claude <noreply@anthropic.com>