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
# Object03

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Unique identifier for this audio response. | 
**expires_at** | **i32** | The Unix timestamp (in seconds) for when this audio response will no longer be accessible on the server for use in multi-turn conversations.  | 
**data** | **String** | Base64 encoded audio bytes generated by the model, in the format specified in the request.  | 
**transcript** | **String** | Transcript of the audio generated by the model. | 

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