External DocumentationTo learn more, visit the Helix documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| Messages | The list of messages in the conversation. Each message is an object with a role (system, user, or assistant) and a content string.Example: |
| Model | The model used to generate the chat completion, for example qwen3:8b. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Max Tokens | The maximum number of tokens to generate in the chat completion. |
| Temperature | The sampling temperature to use. Values can range from 0 to 2. |
| Top P | The nucleus sampling parameter, where the model considers the tokens with top_p probability mass. |