OpenAI · JSON Structure

Openai Images Create Image Variation Request Structure

Type: object Properties: 6
AIArtificial IntelligenceLarge Language ModelsT1

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

Properties

image model n response_format size user

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateImageVariationRequest",
  "type": "object",
  "properties": {
    "image": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "n": {
      "type": "integer"
    },
    "response_format": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "user": {
      "type": "string"
    }
  }
}