abacusai.video_gen_settings

Classes

VideoGenSettings

Video generation settings

Module Contents

class abacusai.video_gen_settings.VideoGenSettings(client, videoType=None, modelsByType=None, imageFieldsByModel=None, settings=None, warnings=None, descriptions=None, model={})

Bases: abacusai.return_class.AbstractApiClass

Video generation settings

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • videoType (dict) – Dropdown for type of video (text_to_video, image_to_video, lip_sync).

  • modelsByType (dict) – Maps each video type to the list of applicable model keys.

  • imageFieldsByModel (dict) – Maps each model to the list of image input field names.

  • settings (dict) – The settings for each model.

  • warnings (dict) – The warnings for each model.

  • descriptions (dict) – The descriptions for each model.

  • model (VideoGenModel) – Dropdown for models available for video generation.

video_type = None
models_by_type = None
image_fields_by_model = None
settings = None
warnings = None
descriptions = None
model
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict