DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Plugin Llmtr — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-plugin-llmtr

Plugin Llmtr

用于 DeepSeek Harness LLM 接口的 LLMTR AI 网关提供商:通过一个兼容 OpenAI 的密钥提供 170 多种聊天模型和托管于土耳其的 LLM

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-plugin-llmtr@0.1.0
README兼容性版本

兼容性与来源证明

Plugin Llmtr 以 dsh-plugin-llmtr 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.1.0stable
2026/8/15

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
140.3 kB
文件数
30
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
89
最近提交
2026/8/15
查看源码 ↗
项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 models-usage 分类下经过校验的插件。

Usage@linxin666/dsh-usage用于 dsh Web GUI 的使用统计插件:检测各提供商的余额和编码计划配额,并提供实时令牌使用记录,同时在侧边栏条目中显示当前会话提供商今日的使用量Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

dsh-plugin-llmtr

English | Türkçe

An LLMTR provider route for DeepSeek Harness (dsh).

LLMTR is an OpenAI-compatible AI gateway. One API key reaches 170+ chat models from OpenAI, Anthropic, Google, Qwen, Mistral, xAI and others — plus the models LLMTR runs on its own infrastructure in Türkiye, for deployments that need their prompts to stay in-country.

This plugin registers those models as the llmtr provider route on ctx.llm, so they appear in the harness model picker and can be selected per session, per agent, and per subagent like any other route.

Install

dsh plugin add dsh-plugin-llmtr

The package ships a bundle patch, so plugin add inserts the row for you. Then open Settings → Models, find the LLMTR card, paste a key from llmtr.com, and save. The key is stored in $DSH_HOME/.credentials.yaml; settings retain only its reference.

The model picker fills itself from the gateway's live listing — nothing to type, and models LLMTR adds later appear without an upgrade.

Without the plugin CLI

Add the row to your own cordis.yml or --patch overlay:

- insert:
    - id: llm-llmtr
      name: dsh-plugin-llmtr

and export the key instead of storing it:

export LLMTR_API_KEY=llmtr-...

Model ids

Model ids are the gateway's own, owner/model, and are sent verbatim:

openai/gpt-5.4          anthropic/claude-...      google/gemini-3.7-flash
qwen/qwen3-8-...        mistral/...               deepseek/deepseek-v4-...
llmtr/muse-glimmer-30b-tr   llmtr/trendyol-asure-12b   llmtr/gemma-4

Ids starting with llmtr/ are the ones LLMTR hosts in Türkiye; the picker labels them "Hosted in Türkiye on LLMTR infrastructure". Everything else is routed to its upstream provider and processed under that provider's own terms — the plugin does not claim otherwise for them.

Data residency

To offer only the in-country models, narrow the catalog scope:

llm-llmtr:
  catalogScope: turkey-hosted

The picker then lists nothing else, so a session cannot be started on a model whose prompts leave the country.

Configuration

Every field is optional and lives in the llm-llmtr section of $DSH_HOME/settings.yaml (or in the plugin row's config). Changes reach the next request without a restart; an in-flight stream keeps the values it started with.

FieldDefaultWhat it decides
apiKeyEnvLLMTR_API_KEYCredential reference resolved per request
baseURLhttps://llmtr.com/v1Endpoint; $LLMTR_BASE_URL from a trusted launch layer overrides the default
headers{}Extra request headers; authentication and attribution names always win
catalogScopechatchat, turkey-hosted, or all
catalogTtlMs900000How long a fetched listing is reused
models[]A pinned list; non-empty replaces the live listing entirely
modelOverrides{}Per-model corrections applied over the live listing
reasoningEfforts[]Effort ids the gateway accepts for your models
maxTokens32768Default per-request output cap
defaultContextWindow131072Capacity assumed for a model you have not sized
streamIdleTimeoutMs300000Idle ceiling while a stream read is outstanding
retryPolicyharness defaultProvider-owned retry policy

Context windows

The LLMTR listing publishes ids and operations, not capacities, so every model is sized at defaultContextWindow until you say otherwise. Correct the ones you actually use:

llm-llmtr:
  modelOverrides:
    openai/gpt-5.4:
      contextWindow: 400000
    llmtr/muse-glimmer-30b-tr:
      contextWindow: 32768
      maxTokens: 8192

Reasoning effort

Reasoning output works out of the box: the adapter reads both reasoning_content and reasoning deltas, so a reasoning model's thinking shows up in the transcript with no configuration.

Selecting an effort level is opt-in, because the gateway fans requests out to upstreams that reject reasoning_effort on non-reasoning models. Declare what your models accept and the harness offers exactly those:

llm-llmtr:
  reasoningEfforts: [low, medium, high]

With the list empty, no selector is shown and nothing reaches the wire. A request carrying an undeclared effort is refused by name rather than silently dropped.

Pinning a model list

A deployment that must fix exactly which models its users can reach replaces the listing instead of filtering it:

llm-llmtr:
  models:
    - id: llmtr/muse-glimmer-30b-tr
      name: Muse Glimmer 30B
      contextWindow: 32768
    - id: llmtr/trendyol-asure-12b

With models non-empty the gateway listing is never fetched.

Scope

  • Chat completions only. Requests go to /v1/chat/completions with streaming and usage reporting on. LLMTR's embeddings, image, video, rerank, and realtime models are listed by catalogScope: all but cannot be routed by this adapter, which is why chat is the default.
  • Text in, text out. Image content is refused before it is sent, naming the model, rather than being flattened away.
  • One attempt per call. Retries belong to the harness retry policy, so a failure is visible once rather than hidden inside the adapter.

Privacy

The plugin sends the harness's standard User-Agent, an x-llmtr-client header naming this package and version, and your API key. No session id, prompt text, file path, or user identifier is added to any header.

Development

npm install
npm test          # 80 unit tests, no network and no key required
npm run typecheck
npm run build

tests/mock-server.ts stands in for the gateway, so the suite runs offline.

License

MIT. Portions derive from DeepSeek Harness — see NOTICE.