You're looking at a specific version of this model. Jump to the model overview.
chenxwh /deepseek-vl2:d4133551
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 |
---|---|---|---|
text |
string
|
Describe this image.
|
Input text.
|
image1 |
string
|
First image
|
|
image2 |
string
|
Optional, second image for multiple images image2text
|
|
image3 |
string
|
Optional, third image for multiple images image2text
|
|
max_new_tokens |
integer
|
2048
Max: 4096 |
The maximum numbers of tokens to generate
|
temperature |
number
|
0.2
|
The value used to modulate the probabilities of the next token. Set the temperature to 0 for deterministic generation
|
top_p |
number
|
0.9
|
If set to float < 1, only the smallest set of most probable tokens with probabilities that add up to top_p or higher are kept for generation.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}