openai-client-base 0.12.0

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**model** | Option<[**models::VideoModel**]VideoModel.md> |  | [optional]
**prompt** | **String** | Text prompt that describes the video to generate. | 
**input_reference** | Option<[**models::ImageRefParam2**]ImageRefParam2.md> |  | [optional]
**seconds** | Option<[**models::VideoSeconds**]VideoSeconds.md> |  | [optional]
**size** | Option<[**models::VideoSize**]VideoSize.md> |  | [optional]

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