Create a video provider instance by provider ID.
Looks up the factory in the registry and returns a new uninitialised provider. The caller must call provider.initialize(config) before use.
provider.initialize(config)
Provider identifier (e.g. "runway", "replicate", "fal").
"runway"
"replicate"
"fal"
A new uninitialised IVideoGenerator instance.
When no factory is registered for the given provider ID.
Create a video provider instance by provider ID.
Looks up the factory in the registry and returns a new uninitialised provider. The caller must call
provider.initialize(config)before use.