Replies: 1 comment
-
|
Has anyone found a way to integrate Kimi code into this? |
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.
-
Feature Request: Add Kimi / Kimi Code as LLM Provider
Overview
Request to add support for Moonshot AI's Kimi models (including the new Kimi Code) as an official LLM provider in Agent Zero.
What is Kimi / Kimi Code?
Kimi is a family of large language models developed by Moonshot AI, a leading Chinese AI company. The lineup includes:
kimi-k2.5https://api.moonshot.ai/v1kimi-k2-thinkinghttps://api.moonshot.ai/v1kimi-k2https://api.moonshot.ai/v1kimi-for-coding/ Kimi Codehttps://api.kimi.com/coding/v1Kimi Code is particularly relevant for Agent Zero as it's a coding-focused agent that can:
SearchWebtool)FetchURLtool)Why This Integration Makes Sense
Cost-Effective: Kimi models are significantly more affordable than competitors (Kimi K2.5 is ~1/4 the cost of GPT-4o for comparable performance)
Strong Coding Performance: Kimi Code is specifically optimized for software engineering tasks with built-in tool use
Large Context Windows: 256K token context enables working with large codebases
Open Ecosystem: Kimi Code CLI is open-source (Apache 2.0) and supports MCP/ACP protocols
Growing Adoption: Kimi is gaining significant traction in the developer community, especially in Asia
Proposed Implementation
Option A: Direct API Integration
Add Moonshot AI as a provider using their OpenAI-compatible API:
Option B: Kimi Code CLI Integration
Integrate Kimi Code CLI as a specialized sub-agent or tool provider:
kimi acpAPI Documentation
Sample API Calls
Standard Kimi Models:
Kimi Code (
kimi-for-coding):Additional Context
Kimi Code CLI already supports running as an ACP (Agent Client Protocol) server, which could make integration with Agent Zero's architecture particularly seamless. The tool also has built-in web search and URL fetching capabilities that align well with Agent Zero's design philosophy.
The
https://api.kimi.com/coding/v1endpoint is specifically designed for coding workflows and may offer different capabilities compared to the standard API endpoint.Would love to contribute or help test this integration! 🚀
Beta Was this translation helpful? Give feedback.
All reactions