You're looking at a specific version of this model. Jump to the model overview.
elementtech /internvl-chat-v1-5:7c0a750a
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
|
Text prompt to send to the model.
|
|
image_url |
string
|
Image to send to the model.
|
|
num_beams |
integer
|
1
Min: 1 |
Number of beams
|
max_new_tokens |
integer
|
512
Min: 1 |
Maximum number of tokens to generate. A word is generally 2-3 tokens
|
do_sample |
boolean
|
False
|
Do a Sample.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}