File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545__all__ = ["Videos" , "AsyncVideos" ]
4646
4747
48- class Videos (SyncAPIResource ):
49- @cached_property
50- def with_raw_response (self ) -> VideosWithRawResponse :
51-
52- __all__ = ["Videos" , "AsyncVideos" ]
53-
54-
5548class Videos (SyncAPIResource ):
5649 @cached_property
5750 def with_raw_response (self ) -> VideosWithRawResponse :
@@ -139,7 +132,7 @@ def create_and_poll(
139132 self ,
140133 * ,
141134 prompt : str ,
142- input_reference : FileTypes | Omit = omit ,
135+ input_reference : video_create_params . InputReference | Omit = omit ,
143136 model : VideoModelParam | Omit = omit ,
144137 seconds : VideoSeconds | Omit = omit ,
145138 size : VideoSize | Omit = omit ,
@@ -680,7 +673,7 @@ async def create_and_poll(
680673 self ,
681674 * ,
682675 prompt : str ,
683- input_reference : FileTypes | Omit = omit ,
676+ input_reference : video_create_params . InputReference | Omit = omit ,
684677 model : VideoModelParam | Omit = omit ,
685678 seconds : VideoSeconds | Omit = omit ,
686679 size : VideoSize | Omit = omit ,
You can’t perform that action at this time.
0 commit comments