Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 691 Bytes

File metadata and controls

30 lines (17 loc) · 691 Bytes
page_title subcategory description
openai_speech_to_text Data Source - terraform-provider-openai

openai_speech_to_text (Data Source)

Schema

Required

  • transcription_id (String) The ID of the speech-to-text transcription.

Optional

  • created_at (Number) The timestamp when the transcription was generated.
  • model (String) The model used for transcription. Options include 'whisper-1', 'gpt-4o-transcribe', and 'gpt-4o-mini-transcribe'.
  • text (String) The transcribed text.

Read-Only

  • id (String) The ID of this resource.