deepseek_r1
Generate text responses for reasoning tasks using the DeepSeek R1 language model with configurable parameters for token limits and temperature.
Instructions
Generate text using DeepSeek R1 model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Input text for DeepSeek | |
| max_tokens | No | Maximum tokens to generate (default: 8192) | |
| temperature | No | Sampling temperature (default: 0.2) |