phillarmonic/dsh-llm-kimi0

@phillarmonic/dsh-llm-kimi

Kimi K3 connector plugin for the DeepSeek Harness llm capability seam.

AI 分析

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

パッケージ
@phillarmonic/dsh-llm-kimi
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/25

インストール

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

ドキュメント

README 全文を読む ↗

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.