Mixpeek Logo
    Schedule Demo
    Image

    Image Captioning

    Generate descriptive captions for images automatically

    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 captioning model to use. Default: blip-2

    Maximum caption length. Default: 50

    Number of alternative captions to generate. Default: 3

    Whether to include object tags. Default: true

    Output

    {
    "caption": "A golden retriever puppy playing with a red ball in a grassy park",
    "confidence": 0.92,
    "alternative_captions": [
    "Dog playing with toy in the park",
    "Puppy with ball outdoors"
    ],
    "tags": [
    "dog",
    "puppy",
    "ball",
    "grass",
    "park",
    "playing"
    ]
    }