alaxrpg/dsh-sensenova-provider0

@alaxrpg/dsh-sensenova-provider

Unofficial DeepSeek Harness LLM provider plugin for SenseNova (OpenAI-compatible). Registers the 'sensenova' provider route with multi-account API-key rotation, a Models-page card, and a live model catalog.

AI Analysis

核心用途是在 DSH 中接入和使用商汤日日新大模型。适合拥有 SenseNova 接口额度、需要多账号轮换调用该模型进行对话或任务处理的用户。

Package
@alaxrpg/dsh-sensenova-provider
Version
0.1.0-alpha.3
License
MIT
Last updated
Sep 3, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:alaxrpg/dsh-sensenova-provider

Configuration

The plugin installs a llm-sensenova settings section with these fields:

FieldTypeDefaultMeaning
apiBasestringhttps://token.sensenova.cn/v1Shared base URL for all accounts.
apiKeyEnvcredential-refSENSENOVA_API_KEYDefault account credential reference.
accounts[]array[]Extra accounts: { id, label, apiKeyEnv }.
activeAccountstring""Preferred account id; empty means auto / first usable.

API keys are stored through the DSH credentials service; they are never logged and never sent to the model.