You're looking at a specific version of this model. Jump to the model overview.
cuuupid /qwen2-vl-2b:9dcbfe71
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 process
|
|
width |
integer
|
128
Min: 128 Max: 2048 |
Width for the video
|
height |
integer
|
128
Min: 128 Max: 2048 |
Height for the video
|
max_duration |
number
|
60
Min: 1 Max: 768 |
Maximum duration of the video in seconds (above 30, may run out of VRAM).
|
max_tokens |
integer
|
128
Min: 1 Max: 8192 |
Maximum number of tokens to generate
|
temperature |
number
|
0.7
Max: 1 |
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'}