mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
deploy: f3d6ea41ad
This commit is contained in:
parent
9e7b49c6d1
commit
d87ac516ca
34 changed files with 69 additions and 44 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Plano Docs v0.4.22
|
||||
llms.txt (auto-generated)
|
||||
Generated (UTC): 2026-05-26T14:32:47.848032+00:00
|
||||
Generated (UTC): 2026-06-03T17:10:24.816770+00:00
|
||||
|
||||
Table of contents
|
||||
- Agents (concepts/agents)
|
||||
|
|
@ -1710,6 +1710,12 @@ Model ID for Config
|
|||
|
||||
Description
|
||||
|
||||
Kimi for Coding
|
||||
|
||||
moonshotai/kimi-for-coding
|
||||
|
||||
Kimi Code API model for agentic coding (use with base_url: https://api.kimi.com/coding/v1)
|
||||
|
||||
Kimi K2 Preview
|
||||
|
||||
moonshotai/kimi-k2-0905-preview
|
||||
|
|
@ -1731,6 +1737,13 @@ Long context model with 128K tokens
|
|||
Configuration Examples:
|
||||
|
||||
llm_providers:
|
||||
# Kimi Code API (Claude Code / agentic clients via Plano translation)
|
||||
- model: moonshotai/kimi-for-coding
|
||||
access_key: $MOONSHOTAI_API_KEY
|
||||
base_url: https://api.kimi.com/coding/v1
|
||||
headers:
|
||||
User-Agent: "KimiCLI/1.3"
|
||||
|
||||
# Latest K2 models for agentic tasks
|
||||
- model: moonshotai/kimi-k2-0905-preview
|
||||
access_key: $MOONSHOTAI_API_KEY
|
||||
|
|
|
|||
|
|
@ -312,6 +312,7 @@ providers:
|
|||
- deepseek/deepseek-chat
|
||||
- deepseek/deepseek-reasoner
|
||||
moonshotai:
|
||||
- moonshotai/kimi-for-coding
|
||||
- moonshotai/kimi-k2-thinking
|
||||
- moonshotai/moonshot-v1-auto
|
||||
- moonshotai/moonshot-v1-32k-vision-preview
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue