OpenAI · JSON Structure

Openai Audio Create Translation Request Structure

Type: object Properties: 5
AIArtificial IntelligenceLarge Language ModelsT1

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

Properties

file model prompt response_format temperature

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

JSON Structure

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