You're looking at a specific version of this model. Jump to the model overview.
lucataco /nemotron-nano-vl-8b-v1:0bbc2672
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
|
Single input image
|
|
question |
string
|
Describe the image.
|
Question or prompt about the image
|
max_new_tokens |
integer
|
1024
Min: 1 Max: 4096 |
Maximum number of tokens to generate
|
temperature |
number
|
0
Max: 2 |
Temperature for sampling. Set to 0 for greedy decoding.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}