File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ def create_and_poll(
132132 self ,
133133 * ,
134134 prompt : str ,
135+ character_ids : SequenceNotStr [str ] | Omit = omit ,
135136 input_reference : FileTypes | Omit = omit ,
136137 model : VideoModelParam | Omit = omit ,
137138 seconds : VideoSeconds | Omit = omit ,
@@ -148,6 +149,7 @@ def create_and_poll(
148149 video = self .create (
149150 model = model ,
150151 prompt = prompt ,
152+ character_ids = character_ids ,
151153 input_reference = input_reference ,
152154 seconds = seconds ,
153155 size = size ,
@@ -491,6 +493,7 @@ async def create_and_poll(
491493 self ,
492494 * ,
493495 prompt : str ,
496+ character_ids : SequenceNotStr [str ] | Omit = omit ,
494497 input_reference : FileTypes | Omit = omit ,
495498 model : VideoModelParam | Omit = omit ,
496499 seconds : VideoSeconds | Omit = omit ,
@@ -507,6 +510,7 @@ async def create_and_poll(
507510 video = await self .create (
508511 model = model ,
509512 prompt = prompt ,
513+ character_ids = character_ids ,
510514 input_reference = input_reference ,
511515 seconds = seconds ,
512516 size = size ,
You can’t perform that action at this time.
0 commit comments