You're looking at a specific version of this model. Jump to the model overview.
zsxkib /jina-clip-v2:5050c310
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 |
---|---|---|---|
text |
string
|
Text content to embed (up to 8192 tokens). If both text and image provided, text embedding will be first in returned list.
|
|
image |
string
|
Image file to embed (optimal size: 512x512). If both text and image provided, image embedding will be second in returned list.
|
|
embedding_dim |
integer
|
64
Min: 64 Max: 1024 |
Matryoshka dimension - output embedding dimension (64-1024)
|
output_format |
string
(enum)
|
base64
Options: base64, array |
Format to use in outputs
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'anyOf': [{'type': 'string'},
{'items': {'type': 'number'}, 'type': 'array'}]},
'title': 'Output',
'type': 'array'}