ComfyUI Node
💀Text with Deepseek
Generates text using Deepseek API with custom API key.
💀Text with Deepseek
- text
◄system_prompt►
◄user_prompt►
◄api_key►
◄modeldeepseek-chat►
◄max_tokens2048►
◄temperature0.7►
◄top_p0.95►
◄seed0►
Category💀PromptsO
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| system_prompt | STRING | System instruction for the AI | |
| user_prompt | STRING | User prompt for Deepseek | |
| api_key | STRING | Your Deepseek API Key | |
| model | COMBO | deepseek-chat | Choose Deepseek model |
| max_tokens | INT | 20481–32768 | Maximum number of tokens to generate |
| temperature | FLOAT | 0.70–2 | Sampling temperature (0.0 = deterministic, 2.0 = very random) |
| top_p | FLOAT | 0.950–1 | Top-p sampling threshold |
| seed | INT | 00–2147483647 | Random seed for reproducible results (32-bit limit for Deepseek API) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |