You're looking at a specific version of this model. Jump to the model overview.
jyoung105 /deepseek-vl-1.3b:c0937694
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 |
---|---|---|---|
image |
string
|
Input image for inpainting.
|
|
prompt |
string
|
Input prompt.
|
|
sample |
boolean
|
False
|
Whether do sample or not.
|
top_k |
integer
|
5
Max: 50 |
Top k, if sample is enabled.
|
top_p |
number
|
0.5
Max: 1 |
Top p, if sample is enabled.
|
temperature |
number
|
0.3
Max: 1 |
Temperature, if sample is enabled.
|
max_tokens |
integer
|
512
Min: 256 Max: 512 |
Maximum number of tokens.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}