Lodol Docs

DeepSeek

API actions for the DeepSeek integration.

DeepSeek

Connect DeepSeek models for generative responses and automations.


Generate a DeepSeek response

Sends a prompt to a DeepSeek model and returns the generated text.

Parameters

ParameterTypeRequiredDescription
promptstringYesPrompt text
modelstringNoDeepSeek model identifier

Response

{
  "model": "deepseek-chat",
  "response_text": "Here is a thoughtful response to your question about artificial intelligence and its applications in modern software development.",
  "status": "success"
}

On this page