You're looking at a specific version of this model. Jump to the model overview.
inahip /image-embedding:dcdda170
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 for embedding generation)
|
|
| normalize |
boolean
|
False
|
임베딩 벡터를 L2 정규화할지 여부 (Whether to L2-normalize the embedding vector)
|
| return_format |
None
|
list
|
반환 형식: 'list' (기본값) 또는 'base64' (Return format: 'list' or 'base64')
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'additionalProperties': True, 'title': 'Output', 'type': 'object'}