> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # ClassifierFiltersValue Filter value. Use a scalar (string or number) for eq/neq, or an array for in/not\_in. ## Supported Types ### `str` ```python theme={null} value: str = /* values here */ ``` ### `float` ```python theme={null} value: float = /* values here */ ``` ### `List[operations.ValueClassifierFilters]` ```python theme={null} value: List[operations.ValueClassifierFilters] = /* values here */ ```