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

tomasmcm /obsidian-3b-v0.5:993bdd84

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
source_image
string
Image.
image_file
string
Path to an image file or URL to an image.
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'}