You're looking at a specific version of this model. Jump to the model overview.
perceptron-ai-inc /isaac-0.1:b042abe3
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 |
|---|---|---|---|
| response |
None
|
box
|
Response type: box for bounding boxes, point for coordinates, polygon for shapes, text for description only
|
| image |
string
|
Input image for analysis
|
|
| prompt |
string
|
Determine whether it is safe to cross the street. Look for signage and moving traffic.
|
Prompt for the model
|
| max_new_tokens |
integer
|
256
Min: 1 Max: 512 |
Maximum number of tokens to generate
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'description': 'Output from Isaac vision model with both visual and textual '
'results.',
'properties': {'image': {'format': 'uri', 'title': 'Image', 'type': 'string'},
'structured_output': {'nullable': True,
'title': 'Structured Output',
'type': 'string'},
'text': {'title': 'Text', 'type': 'string'}},
'required': ['image', 'text'],
'title': 'IsaacOutput',
'type': 'object'}