You're looking at a specific version of this model. Jump to the model overview.

justmalhar /meta-llama-3.2-11b-vision:2e1fff57

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
prompt
string
Text prompt to send to the model.
temperature
number
The value used to modulate the next token probabilities.
top_p
number
A probability threshold for generating the output.
max_tokens
integer
The maximum number of tokens the model should generate as output.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'type': 'string'}, 'title': 'Output', 'type': 'array'}