You're looking at a specific version of this model. Jump to the model overview.
zsxkib /create-video-dataset:4eb83cc8
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| video_url | 
           
            string
            
           
         | 
        
           
            YouTube/video URL to process. Leave empty if uploading a file. Note: URL takes precedence if both URL and file are provided.
           
         | 
      |
| video_file | 
           
            string
            
           
         | 
        
           
            Video file to process. Leave empty if using URL. Ignored if URL is provided.
           
         | 
      |
| target_fps | 
           
            number
            
           
         | 
        
          
             
              24
             
          
          
          
         | 
        
           
            Target frame rate (e.g. 24, 30). Set to -1 to keep original fps. Default: 24
           
         | 
      
| start_time | 
           
            number
            
           
         | 
        
          
             
              0
             
          
          
          
         | 
        
           
            Start time in seconds for video processing
           
         | 
      
| end_time | 
           
            number
            
           
         | 
        
           
            End time in seconds for video processing. Leave empty to process until start_time + duration
           
         | 
      |
| duration | 
           
            number
            
           
         | 
        
          
             
              30
             
          
          
          
         | 
        
           
            Duration in seconds to process. Ignored if end_time is set.
           
         | 
      
| num_segments | 
           
            integer
            
           
         | 
        
          
             
              4
             
          
          
          
         | 
        
           
            Number of segments to split the video into.
           
         | 
      
| custom_caption | 
           
            string
            
           
         | 
        
           
            Your custom caption for the video. Required if autocaption=False.
           
         | 
      |
| autocaption | 
           
            boolean
            
           
         | 
        
          
             
              True
             
          
          
          
         | 
        
           
            Let AI generate a caption for your video. If False, you must provide custom_caption.
           
         | 
      
| caption_prompt | 
           
            string
            
           
         | 
        
          
             
              Describe this video clip briefly, focusing on the main action and visual elements.
             
          
          
          
         | 
        
           
            Custom prompt for the AI captioning model. Leave empty for default prompt.
           
         | 
      
| trigger_word | 
           
            string
            
           
         | 
        
          
             
              TOK
             
          
          
          
         | 
        
           
            Trigger word to include in captions (e.g., TOK, STYLE3D). Will be added at start of caption.
           
         | 
      
| autocaption_prefix | 
           
            string
            
           
         | 
        
           
            Text to add BEFORE caption. Example: 'a video of TOK, '
           
         | 
      |
| autocaption_suffix | 
           
            string
            
           
         | 
        
           
            Text to add AFTER caption. Example: ' in the style of TOK'
           
         | 
      
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'format': 'uri', 'title': 'Output', 'type': 'string'}