Builder

class Builder

Properties

Link copied to clipboard

The maximum number of tokens to generate in the model response, including visible output and reasoning tokens.

Link copied to clipboard

The identifier of the model to use for evaluation.

Link copied to clipboard

The reasoning configuration for reasoning models. Non-reasoning models ignore this configuration.

Link copied to clipboard

The temperature value that controls randomness in the model's responses. Lower values produce more deterministic outputs.

Link copied to clipboard
var topP: Float?

The top-p sampling parameter that controls the diversity of the model's responses by limiting the cumulative probability of token choices.

Functions