Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 975 Bytes

File metadata and controls

39 lines (25 loc) · 975 Bytes
page_title subcategory description
openai_audio_transcriptions Data Source - terraform-provider-openai

openai_audio_transcriptions (Data Source)

Schema

Optional

  • model (String) Filter transcriptions by model. Options include 'whisper-1', 'gpt-4o-transcribe', and 'gpt-4o-mini-transcribe'.
  • project_id (String) The ID of the project associated with the audio transcriptions. If not specified, the API key's default project will be used.

Read-Only

Nested Schema for transcriptions

Read-Only:

  • created_at (Number)
  • duration (Number)
  • id (String)
  • language (String)
  • model (String)
  • status (String)
  • text (String)