OpenAI · JSON Structure

Openai Audio Create Transcription Request Structure

Type: object Properties: 7
AIArtificial IntelligenceLarge Language ModelsT1

CreateTranscriptionRequest is a JSON Structure definition published by OpenAI, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

file model language prompt response_format temperature timestamp_granularities

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateTranscriptionRequest",
  "type": "object",
  "properties": {
    "file": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "prompt": {
      "type": "string"
    },
    "response_format": {
      "type": "string"
    },
    "temperature": {
      "type": "number"
    },
    "timestamp_granularities": {
      "type": "array"
    }
  }
}