Noise validator

The validator that flags background noise and artifacts — and retries what isn’t clean.

Family: Operator · type: validator_noise

The Noise validator answers: is it clean? It flags background noise and artifacts in each generated line, scoring clarity on a 0–100 scale where higher is cleaner. 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 (clarity 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_noise").data