DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

rapid-mlx-dsh-provider

A DeepSeek Harness provider plugin that discovers model metadata from a running Rapid-MLX server.

Developer ToolsSkills & Workflows
18GitHub Stars18ForksUpdated2026-08-17

Install

$ dsh plugin --profile web add github:raullenchai/rapid-mlx-dsh-provider

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
This installable DSH profile-layer plugin registers the `rapid-mlx` LLM route and reads available model facts from Rapid-MLX’s `/v1/models` endpoint instead of relying on manually maintained settings.

Key Capabilities

  • Installs as a DSH bundle and activates as a profile layer.
  • Registers a `rapid-mlx` route with `ctx.llm`.
  • Reads model metadata from a running Rapid-MLX server.
  • Uses reported model context-window information for route capacity.
  • Exposes model reasoning effort information based on server-reported reasoning parser support.
  • Streams text, reasoning, and tool calls.
  • Rejects image content with an `UNSUPPORTED` error rather than silently dropping it.
  • Supports configuration of the Rapid-MLX base URL through `RAPID_MLX_BASE_URL`.

Useful For

  • Use locally served Rapid-MLX models in DeepSeek Harness.
  • Avoid manually updating model IDs, context windows, and reasoning settings when switching served models.
  • Run DSH with an Apple Silicon-oriented local LLM server.
  • Use Rapid-MLX for text chat, reasoning, and tool-call workflows in DSH.

Who It Fits

  • DeepSeek Harness users running Rapid-MLX locally.
  • Developers integrating local MLX-backed models with DSH.
  • Users who want server-discovered rather than hand-maintained model metadata.

Documented Limitations

  • The repository describes itself as a working skeleton and deliberately unpublished to npm.
  • Requires Node.js 22.15 or later and a running Rapid-MLX server.
  • Verified by the author against DSH 0.1.0-rc.7 on an M3 Ultra; it does not promise broader compatibility.
  • `recommended_sampling`, `tool_call_parser`, `is_hybrid`, `is_moe`, and `capabilities` are read but not yet acted on.
  • Capacity reflects the advertised context window, not memory-aware usable capacity.
  • Image inputs are unsupported.
  • It conflicts with another `rapid-mlx` provider declaration using the same route name.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

Dependency Counts

package.json declares 0 runtime, 1 development, 3 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as Apache-2.0.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
raullenchai/rapid-mlx-dsh-provider
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
b14ada2 · 2026-08-19

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
18GitHub stars
Forks
18
Open issues
0
Last commit
2026-08-17
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app