phillarmonic/dsh-llm-kimi0

@phillarmonic/dsh-llm-kimi

适用于 DeepSeek Harness 大模型能力接口的 Kimi K3 连接器插件。

AI 分析

核心用途是为 DSH 接入 Kimi K3 系列大语言模型。适合需要使用 Kimi 编码和推理能力的用户,支持自定义 API 密钥、基础 URL 及思考细致度配置。

包名
@phillarmonic/dsh-llm-kimi
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:phillarmonic/dsh-llm-kimi

Configuration

FieldDefaultDescription
apiKeyEnvKIMI_CODE_API_KEYCredential reference (environment-variable name) resolved per request.
baseURLhttps://api.kimi.com/coding/v1Endpoint base; /chat/completions is appended. Falls back to $KIMI_BASE_URL from a trusted environment layer.
reasoningEffortlowDefault thinking effort for the K3 family (low, high, max).
sendTemperaturefalseWhether to forward an explicit sampling temperature. Kimi enforces fixed sampling, so this stays off by default.
maxTokens131072Default per-request output cap; a model's own cap and explicit request values win.
defaultContextWindow1048576Context capacity used when the selected model has no exact value.
imagePixelBudget8294400Reject a request image whose intrinsic pixel count exceeds this budget. Default is Kimi's 4K ceiling (3840x2160).
imageMaxBytes1048576Reject a request image whose encoded byte length exceeds this budget. Keeps inline base64 within Kimi's per-message size limit.
modelsfour Kimi Code modelsAdvisory catalog shown by discovery consumers.
streamIdleTimeoutMs300000Maximum provider idle time while one stream read is outstanding.
retryPolicynormal, five retriesProvider-owned model-request retry policy.