# ModerationLlmv1Config
## Properties
**model_name** | Option<**String**> | Override model name. Should be omitted in general. | [optional][default to mistral-moderation-2411]
**custom_category_thresholds** | Option<[**models::ModerationLlmv1CategoryThresholds**](ModerationLLMV1CategoryThresholds.md)> | | [optional]
**ignore_other_categories** | Option<**bool**> | If true, only evaluate categories in custom_category_thresholds; others are ignored. | [optional][default to false]
**action** | Option<[**models::ModerationLlmAction**](ModerationLLMAction.md)> | Action to take if any score is above the threshold for any category. | [optional][default to None]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)