You're looking at a specific version of this model. Jump to the model overview.
nomagick /qwen-vl-chat:e48b4267
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
|
<|im_start|>system
You are a helpful assistant<|im_end|>
<|im_start|>user
Given this image: <img>image1</img>, point out where the dog is<|im_end|>
<|im_start|>assistant
|
Prompt for completion, in chatml format
|
image1 |
string
|
Optional image you may use in your prompt known as image1
|
|
max_tokens |
integer
|
2048
Min: 1 Max: 8192 |
Max new tokens to generate
|
temperature |
number
|
0.75
Max: 5 |
Temperature
|
top_p |
number
|
0.8
Max: 1 |
Top_p
|
image2 |
string
|
Optional image you may use in your prompt known as image2
|
|
image3 |
string
|
Optional image you may use in your prompt known as image3
|
|
files_archive |
string
|
An archive of files you mentioned in your prompt if more images are needed
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'type': 'string'},
'title': 'Output',
'type': 'array',
'x-cog-array-display': 'concatenate',
'x-cog-array-type': 'iterator'}