echolabsdev / prism

A unified interface for working with LLMs in Laravel
https://prism.echolabs.dev
MIT License
405 stars 20 forks source link

Support for adding images for models that support it #17

Open yoavf opened 1 day ago

yoavf commented 1 day ago

Some of the models accept images (and possibly other media) as input for text generation.

How should this be implemented? How would drivers declare support for this?

sixlive commented 3 hours ago

Its definitely something I want to support. I've got an item on the roadmap. Initially, I'll be looking to the Vercel SDK (ref) and probably looking to implement something similar.