Skip to content

Add video input support for puter.ai.chat #2733

@reynaldichernando

Description

@reynaldichernando

hi team, i wonder how likely it is that we support video input for puter.ai.chat?

for reference we already support image, which we use for "image analysis" purposes

right now i'm testing a new model reka/reka-edge which supposedly support video input, but it doesn't work yet with puter

image analysis ✅

puter.ai
    .chat(`What do you see?`, `https://rey-assets.puter.site/doge.jpeg`, {
        model: "reka/reka-edge",
    })
    .then(puter.print);

video analysis ❌

puter.ai
    .chat(`What do you see?`, `https://rey-assets.puter.site/video.mp4`, {
        model: "reka/reka-edge",
    })
    .then(puter.print);

thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions