dsh-kimi-formula
Kimi 官方 Formula 工具插件:提供网页搜索服务商及多种模型常用工具
AI 分析
核心用途是引入 Kimi 的 Formula 搜索接口及转换、计算、随机选择等实用工具。适合需要利用 Kimi 搜索和特定公式工具辅助决策的用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
All fields are optional; the plugin installs a kimi-formula section under Settings → Plugins when the settings service is present. You can also set them in the patch row's config: block.
| Field | Default | Description |
|---|---|---|
apiKey | — | Literal Kimi API key (prefer apiKeyEnv; never commit secrets) |
apiKeyEnv | MOONSHOTAI_CN_API_KEY | Credential reference resolved per call. Matches what the Models page writes for moonshotai-cn. Set to MOONSHOT_API_KEY if you only exported that one |
baseURL | https://api.moonshot.cn/v1 | OpenAI-compatible base. Use https://api.moonshot.ai/v1 for the international platform; env override: KIMI_FORMULA_BASE_URL |
searchProvider | true | Register the kimi-official ctx.web search provider |
searchModel | kimi-k3 | Model driving the auxiliary search loop |
searchReasoningEffort | low | low / high / max — low keeps auxiliary searches cheap and fast |
searchMaxTokens | 8192 | max_tokens per auxiliary request |
searchMaxRounds | 8 | Chat-round cap (initial + tool continuations) per search |
formulaTools | true | Register the kimi_* tools |
toolsTimeoutMs | 60000 | Cooperative per-call budget for the formula tools |
web-searchis billed per call (see pricing); the other official tools are free for a limited time. The built-inweb_searchtool has a 60s timeout in the base composition (tool-web.searchTimeoutMs) — raise it via a patch row if slow searches ever time out.