You're looking at a specific version of this model. Jump to the model overview.

cuuupid /qwen2-vl-2b:d312c2be

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
prompt
string
Describe the video.
Prompt to use for the video
video
string
Video to describe
width
integer
360

Min: 128

Max: 2048

Width for the video
height
integer
360

Min: 128

Max: 2048

Height for the video
max_duration
number
60
Maximum duration of the video in seconds (above 30, may run out of VRAM).
max_tokens
integer
128
Maximum number of tokens to generate
temperature
number
0.7
Temperature for the model (0.7 is a good default).

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}