Mixpeek Logo
    Schedule Demo
    Image

    Image Embedding

    Generate visual embeddings for similarity search and clustering

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a image file

    Drag and drop a image file here, or click to browse

    The image embedding model to use. Default: vision-embedding-v2

    Whether to resize large images. Default: true

    Whether to normalize the embeddings. Default: true

    Output

    {
    "embedding": [
    0.0234,
    -0.1251,
    0.3452,
    0.0127,
    "..."
    ],
    "dimensions": 1024,
    "model": "vision-embedding-v2",
    "image_hash": "f8e2d4a1c5b7d9e3"
    }