Class RemixImageResource

java.lang.Object
ai.runapi.flux2.resources.RemixImageResource

public final class RemixImageResource extends Object
Remix Image operations.
  • Field Details

  • Constructor Details

    • RemixImageResource

      public RemixImageResource(ai.runapi.core.http.HttpTransport transport, ai.runapi.core.ClientOptions options)
      Creates a resource bound to the supplied transport and client options.
  • Method Details

    • create

      public ai.runapi.core.polling.TaskCreateResponse create(RemixImageParams params)
      Creates a remix image task.
    • create

      public ai.runapi.core.polling.TaskCreateResponse create(RemixImageParams params, ai.runapi.core.RequestOptions options)
      Creates a remix image task with per-request options.
    • get

      public RemixImageResponse get(String id)
      Retrieves a remix image task by ID.
    • get

      public RemixImageResponse get(String id, ai.runapi.core.RequestOptions options)
      Retrieves a remix image task by ID with per-request options.
    • run

      Creates a remix image task and polls until it completes.
    • run

      public CompletedRemixImageResponse run(RemixImageParams params, ai.runapi.core.RequestOptions options)
      Creates a remix image task with per-request options and polls until it completes.