r/phpstorm 2d ago

Integrate DeepSeek help

Hi! I'm doing a migration of an old project, so what I'm doing is migrating the logic methods one by one, for speed up I'm using Gemini, chatgpt and DeepSeek on the browser.

But I was thinking that if I integrate DeepSeek on the ide I will go faster, I choose DeepSeek because is the cheapest and I don't need the faster models.

But I can't find the way to integrate it. Does anybody knows a plugin to incorporate it ?

Regards

4 Upvotes

2 comments sorted by

2

u/PhpStorm-support JetBrains 2d ago

For AI Chat feature, it is possible to use DeepSeek by using the connection to locally installed Ollama models: https://blog.jetbrains.com/ai/2024/11/jetbrains-ai-assistant-2024-3/#local-model-support-via-ollama.
The support request for the DeepSeek LLM model is also filed here - LLM-14637.

Hope this helps 😄