-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels