Naturalness validator

The validator that scores how human the speech sounds — and retries what falls short.

Family: Operator · type: validator_naturalness

The Naturalness validator answers: does it sound human? It scores the delivery of each generated line on a 0–100 scale, where higher is more natural. Lines below the bar are retried; lines at or above it pass.

New to validators? Start with how validators work — the pass/fail routing and retry behavior here are shared by all three.

Config

Config keyDefaultRange
threshold700–100 (naturalness score required to pass)
max_retries31–50 (regeneration attempts for a failing line)
1node["config"] = {"threshold": 70.0, "max_retries": 3}

Inspect this node

1client.nodes.get_node_detail(node_type="validator_naturalness").data