Class TextToVideoParams

java.lang.Object
ai.runapi.wan.types.TextToVideoParams

public final class TextToVideoParams extends Object
Parameters for Wan text-to-video generation.
  • Method Details

    • builder

      public static TextToVideoParams.Builder builder()
      Creates a new TextToVideoParams builder.
    • action

      public String action()
      Returns the RunAPI action key for this request.
    • toMap

      public Map<String,Object> toMap()
      Converts these parameters to the JSON request body shape.