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

tomasmcm /obsidian-3b-v0.5:2e5db2b0

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_file
string
Image to send to the model.
prompt
string
Text prompt to send to the model.
temperature
number
0.2
Float that controls the randomness of the sampling.
max_new_tokens
integer
512
Maximum number of new tokens to generate.
debug
boolean
False
Enable debug mode.

Output schema

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

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