kilo2dsh
Free Kilo Gateway models for DeepSeek Harness (DSH): native dsh-llm adapter plugin, no API key.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Xyanxhu/kilo2dsh说明文档
阅读完整 README ↗Configuration
The defaults are keyless and point at the public Kilo gateway:
- id: kilo2dsh
name: '@kilo2dsh/dsh-plugin'
config:
mode: adapter
providerId: kilo2dsh
gatewayBaseUrl: https://api.kilo.ai/api/gateway
refreshSeconds: 300
requireTools: true
To use an authenticated gateway token, set upstreamApiKeyEnv explicitly.
Leaving it empty is intentional; the plugin will not pick up
KILO_API_KEY (or another ambient secret) by accident.
| Option | Default | Description |
|---|---|---|
mode | adapter | Native adapter. sidecar is an optional legacy Go bridge. |
providerId | kilo2dsh | DSH route name. |
gatewayBaseUrl | https://api.kilo.ai/api/gateway | Kilo-compatible gateway base URL. |
refreshSeconds | 300 | Model catalog refresh interval. |
requireTools | true | Hide free models that do not advertise tools. |
upstreamApiKeyEnv | empty | Environment variable to opt into an explicit token. |
anonymousKey | empty | Optional token for a private compatible gateway; empty means no auth header. |