Prerequisites
Before integrating DeepSeek with Release0, ensure you have a DeepSeek API key.Steps to Integrate
1. Get Your DeepSeek API Key
- Sign up at DeepSeek.
- Navigate to API Keys.
- Generate and copy your API key.
2. Configuring DeepSeekBlock
- Copy the API key and paste it in the DeepSeek block.
- Select a model from the available list. For example
deepseek-chat
. - Provide Messages:
- Create a variable for storing user input messages (e.g.,
{{user-input}}
). - Select the Message Type for example ‘Dialogue’.
- Add the variable where the user input was captured (e.g.,
{{user-input}}
). - Set the ‘starts by’ to ‘user’.
- In the ‘Save response’ section, create a variable for storing the assistant response (e.g.,
{{Deepseek-response}}
). - Add a text block to append the show response chat (e.g.,
{{Deepseek-response}}
).
- Create a variable for storing user input messages (e.g.,

Note: You need a valid payment method to generate the API key. You can start with as low as a $2 dollar credit.