openai-client-base 0.13.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
# ProjectModelPermissions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **String** | The object type, which is always `project.model_permissions`. | 
**mode** | **String** | Whether the project uses an allowlist or a denylist. | 
**model_ids** | **Vec<String>** | The model IDs included in the model permissions policy. | 

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