Skip to content

support video inputs in .chat#2740

Open
P3il4 wants to merge 2 commits intoHeyPuter:mainfrom
P3il4:video-input
Open

support video inputs in .chat#2740
P3il4 wants to merge 2 commits intoHeyPuter:mainfrom
P3il4:video-input

Conversation

@P3il4
Copy link
Copy Markdown
Contributor

@P3il4 P3il4 commented Mar 27, 2026

added support for video urls, files and base64 in puter.ai.chat
tested:

// just video
puter.ai.chat("What do you see?", "https://rey-assets.puter.site/video.mp4", {model: "reka/reka-edge"})
// just image
puter.ai.chat("What do you see?", "https://rey-assets.puter.site/doge.jpeg", {model: "reka/reka-edge"})
// mixed
puter.ai.chat("Describe these", [
         "https://rey-assets.puter.site/doge.jpeg",
         "https://rey-assets.puter.site/video.mp4",
     ], { model: "reka/reka-edge" })
// another model
puter.ai.chat("Describe these", [
         "https://rey-assets.puter.site/doge.jpeg",
         "https://rey-assets.puter.site/video.mp4",
     ], { model: "google/gemini-2.5-flash" })
// also pass file object or base64

also added a docs entry for video analysis

closes #2733

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add video input support for puter.ai.chat

1 participant