Close menu
Explore Plans
Mobile menu Close menu
DeepSeek

Ask DeepSeek

Pro plus icon This query returns an AI-generated text response from DeepSeek based on the message you provide.

Developer info

API endpoint slug
deepseek.ask_deepseek
Runtime method
performQuery("deepseek.ask_deepseek"}

Query fields

Model Dropdown list

Label
Model
Helper text
Which DeepSeek model to use.
Slug
model
Required
true
Can have default value
false

Message Text input > Long text

Label
Message
Helper text
The user message to send to DeepSeek.
Slug
message
Required
true
Can have default value
true

System prompt Text input

Label
System prompt
Helper text
Optional instructions that shape how DeepSeek responds (e.g. tone, format, persona). Defaults to "You are a helpful assistant."
Slug
system_prompt
Required
false
Can have default value
true

Temperature Text input > Other

Label
Temperature
Helper text
Sampling temperature between 0.0 and 2.0. Higher values produce more random output. Defaults to 1.0.
Slug
temperature
Required
false
Can have default value
true

Max tokens Text input > Other

Label
Max tokens
Helper text
Maximum number of tokens to generate in the response. Defaults to 1024.
Slug
max_tokens
Required
false
Can have default value
true

Ingredients

Model response The text response generated by DeepSeek.

Slug
model_response
Filter code
Deepseek.askDeepseek.ModelResponse
Type
String
Example
Hello! How can I help you today?

Model used The DeepSeek model that produced the response.

Slug
model_used
Filter code
Deepseek.askDeepseek.ModelUsed
Type
String
Example
deepseek-v4-flash

Prompt tokens The number of tokens in the prompt sent to DeepSeek.

Slug
prompt_tokens
Filter code
Deepseek.askDeepseek.PromptTokens
Type
String
Example
23

Completion tokens The number of tokens in the response generated by DeepSeek.

Slug
completion_tokens
Filter code
Deepseek.askDeepseek.CompletionTokens
Type
String
Example
187

Total tokens The total number of tokens used (prompt + completion).

Slug
total_tokens
Filter code
Deepseek.askDeepseek.TotalTokens
Type
String
Example
210

Finish reason Why the response stopped (e.g. stop, length, content_filter).

Slug
finish_reason
Filter code
Deepseek.askDeepseek.FinishReason
Type
String
Example
stop

Response Unique identifier for this response from DeepSeek.

Slug
response_id
Filter code
Deepseek.askDeepseek.ResponseId
Type
String
Example
12345abcde-67890fghij

Created at When the response was generated.

Slug
created_at
Filter code
Deepseek.askDeepseek.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00