ChadCSong/dsh-cliproxyapi-provider

ChadCSong★ 2TypeScript最后同步: 2026-08-20

在 GitHub 打开

Auto-discovery CLIProxyAPI provider for DeepSeek Harness, featuring dynamic model sync, native model switching, and vision-model selection.

README 摘要

DSH CLIProxyAPI Provider An auto-discovery CLIProxyAPI provider for DeepSeek Harness (DSH). It discovers a local CPA service, synchronizes the live model catalog into DSH's native model picker, and lets you choose a vision-capable model from that catalog—without typing model IDs by hand. 简体中文说明 Why this plugin? Generic OpenAI-compatible routes usually require a manually maintained base URL and model list. This plugin treats CLIProxyAPI as a first-class, dynamic DSH provider: - Zero-address local setup — probes 127.0.0.1:8317 , localhost:8317 , and [::1]:8317 . - Live model discovery — reads /v1/models?client version=pi , with standard data[].id fallback. - Native model switching — models appear under CLIProxyAPI (auto) in DSH's model picker. - Newest versions first — versions are sorted newest-first inside each model family. - Independent vision preprocessing — choose a vision model from the returned catalog; when the selected main model is text-only, the plugin describes images first and sends that text to the main model. - Capability sync — imports context/output limits, reasoning support, image input, and service tiers when CPA reports them. - Automatic refresh — CPA account or …

在 GitHub 查看完整 README →
终端/TUIcliproxyapideepseek-harnessdshdsh-pluginllm-provideropenai-compatiblevision

分类