Lodol Docs

DeepSeek

API actions for the DeepSeek integration.

DeepSeek

Connect DeepSeek's AI models to generate text and power your automations.


Generate a DeepSeek response

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

Parameters

ParameterTypeRequiredDescription
promptstringYesThe message or question to send to DeepSeek.
modelstringNoChoose which DeepSeek model answers your prompt. Flash is fast and low-cost; Pro is more capable for harder tasks.

Response

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

On this page