-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
Future Dev
Create an AI provider plugin that interfaces with deepseek: https://www.deepseek.com/
DeepSeek is a Chinese artificial intelligence company that develops open-source large language models (LLM). The make available both their models for download to run locally and a hosted API service
This plugin will interface with the cloud based deepseek API or equivalent local API compatible service
Why a separate plugin and not just use the Ollama Provider in MDL-83006?
The main reason is to support the deepseek API service.
The deepseek API and the models provided by it use a slightly different interface than Ollama. Which make it not directly compatible with the Ollama provider. Also the to use the deepseek API there needs to be a way to pass in API access credentials.
If you want to run deepseek models locally, you can use either this provider or the Ollama provider
Initial Supported Actions:
- Generate: Generate text content based on user prompt text
- Summarise: Summarise the provided text. Condense long text into key points. Simplify anything too complex for learners to understand.
Useful related links:
- Download local deepseek v3 model: https://www.deepseekv3.com/en/download
- API docs: https://api-docs.deepseek.com/
- Deepseek on huggingface: https://huggingface.co/deepseek-ai
- is child of
-
IDEA-299 Expand AI Model Choice and Deployment Flexibility
-
- Ready for development
-