AI Agent Hub
Back to plugins
🤖

dsh-llm-friendli

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Lee-Si-Yoon/dsh-llm-friendli

Paste the following prompt into your AI chat to install this plugin:

Run the dsh plugin install command to add this plugin to your DeepSeek Harness profile; the full source is available at https://github.com/Lee-Si-Yoon/dsh-llm-friendli

About this plugin

DeepSeek Harness ships with a limited set of built-in inference providers, and FriendliAI models simply cannot be plugged in. dsh-llm-friendli bridges that gap by implementing the harness LlmAdapter contract on top of Friendlis OpenAI-compatible chat API, registering Friendli as a first-class provider with zero configuration required.

Two capabilities stand out. First, the model catalog is fetched live from Friendli at runtime, so newly available models appear in the dsh web UI immediately without any manual ID management. Second, the API key is always read from the environment on every request, keeping secrets out of config files and version control by design.

This plugin is for anyone who already has a FriendliAI account and wants to pick a Friendli model directly inside the dsh web interface for chat or inference, as well as developers who need to point an external agent at a specific Friendli model ID through the Harness pipeline.

Use Cases

  • Pick a Friendli model directly in the dsh web UI for chat or inference
  • Point an external agent at a specific Friendli model through the Harness pipeline
  • Auto-discover newly available Friendli models without manual ID management

Best For

  • Developers with a FriendliAI account looking to integrate into the Harness ecosystem
  • LLM application builders who need to switch between multiple inference providers
  • Users who prioritize API key security and prefer environment variables over hardcoded config