| Name | Description |
|---|---|
| Model |
Select the Claude model to use for generating responses. Available models: Claude Opus 4.1 Claude Sonnet 4.5 Claude Haiku 4.5 |
| Continue if max output tokens reached | If set to yes, the generation will continue beyond the maximum token limit by sending the prompt and generated output back to the model. |
| Output language | Output language of the prompt |
| Prompt | |
| Temperature | Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive. |
| Top P | Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. |