Table of Contents

Class SoraVideoRequest

public class SoraVideoRequest : IMultipartFormRequest
Inheritance
object
SoraVideoRequest

Properties

InputReference

Optional. Optional image reference that guides generation.

public Texture2D InputReference { get; set; }

Property Value

Texture2D

IsMultipartFormRequest

Indicates whether this request should be sent as multipart/form-data.

public bool IsMultipartFormRequest { get; }

Property Value

bool

Model

Optional. The video generation model to use. Defaults to sora-2.

public string Model { get; set; }

Property Value

string

Prompt

Required. Text prompt that describes the video to generate.

public string Prompt { get; set; }

Property Value

string

Seconds

Optional. Clip duration in seconds. Defaults to 4 seconds.

public string Seconds { get; set; }

Property Value

string

Size

Optional. Output resolution formatted as width x height. Defaults to 720x1280.

public string Size { get; set; }

Property Value

string