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

andreasjansson /blip-2:6f57eb0d

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 to query
question
string
What is this a picture of?
Question to ask about this image
use_nucleus_sampling
boolean
False
Toggles the model using nucleus sampling to answer questions
context
string
Optional - previous questions and answers to be used as context for answering current question

Output schema

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

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