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
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Prompt text |
model | string | No | DeepSeek 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"
}