openai-lib 0.1.0

APIs for sampling from and fine-tuning language models
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# CreateModerationRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**input** | [**crate::models::CreateModerationRequestInput**](CreateModerationRequest_input.md) |  | 
**model** | Option<**String**> | Two content moderations models are available: `text-moderation-stable` and `text-moderation-latest`.  The default is `text-moderation-latest` which will be automatically upgraded over time. This ensures you are always using our most accurate model. If you use `text-moderation-stable`, we will provide advanced notice before updating the model. Accuracy of `text-moderation-stable` may be slightly lower than for `text-moderation-latest`.  | [optional][default to text-moderation-latest]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)