Email DeepSeek reply when you activate a Google Assistant scene
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
Applets using this Query
-
-
Send DeepSeek replies to Telegram daily
-
Log DeepSeek replies from Android notifications to Google Sheets
-
Save DeepSeek replies to Email Digest
-
Append DeepSeek replies to Google Sheets
-
Save DeepSeek responses to Notion.so
-
Send DeepSeek responses to Telegram on region entry
-
Post DeepSeek responses to Google Chat
-
Send DeepSeek reply via SMS
-
Post DeepSeek replies to Slack
-
Send DeepSeek responses to Notifications
-
Send DeepSeek photo analysis to Notifications
