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
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | The message or question to send to DeepSeek. |
model | string | No | Choose 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."
}