You're looking at a specific version of this model. Jump to the model overview.
chenxwh /deepseek-vl2:8ea88789
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.1
|
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.
|
repetition_penalty |
number
|
1.1
Max: 2 |
Repetition penalty
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'img_out': {'format': 'uri',
'title': 'Img Out',
'type': 'string'},
'text_out': {'title': 'Text Out', 'type': 'string'}},
'required': ['text_out'],
'title': 'ModelOutput',
'type': 'object'}