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

aodianyun /qwen2-vl-7b:9d135eb0

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 360, may run out of VRAM).
max_tokens
integer
128

Min: 1

Max: 8192

Maximum number of tokens to generate
temperature
number
0.7

Min: 0.01

Max: 1

Temperature for the model (0.7 is a good default).
repetition_penalty
number
1.1

Min: 0.01

Max: 1.5

Repetition penalty for the model (1.1 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'}