# AudioTranscriptionResponse
## Properties
**model** | Option<**String**> | The model used for transcription. Current options are `whisper-1`, `gpt-4o-mini-transcribe`, `gpt-4o-mini-transcribe-2025-12-15`, `gpt-4o-transcribe`, `gpt-4o-transcribe-diarize`, and `gpt-realtime-whisper`. | [optional]
**language** | Option<**String**> | The language of the input audio. | [optional]
**prompt** | Option<**String**> | The prompt configured for input audio transcription, when present. | [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)