AIO Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > AI - Artificial Intelligence Commands > AIO. - OpenRouter AI >

AIO Commands

AIO_SetMinP

Previous Top Next


Description

Sets the minimum probability parameter for token selection.

Syntax

AIO_SetMinP($$MINP)

Parameters

Parameter

Description

Required

$$MINP

Min-P value (0.0 to 1.0, default 0.0)

Yes

Remarks

·Minimum probability relative to the most likely token.

·Filters out low-probability tokens.

·0.1 = only tokens at least 1/10th as probable as best option.

Example

AIO_SetMinP|0.05

Sets the minimum probability to 0.05, filtering out tokens that are less than 5% as probable as the most likely token.

See Also

·AIO_---OpenRouter-AI

·AIO_SetTopP

·AIO_SetTopK

·AIO_---OpenRouter-AI