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

zsxkib /jina-clip-v2:8488f268

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
input_type
string (enum)
text

Options:

text, image

Type of input to embed
text
string
Text content to embed (up to 8192 tokens)
image
string
Image file to embed (optimal size: 512x512)
embedding_dim
integer
1024

Min: 64

Max: 1024

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'}