Image understanding capabilities
Enable Vision
use praisonai::Agent; let agent = Agent::new() .name("Vision Bot") .model("gpt-4o") // Vision-capable model .build()?; agent.chat_with_image( "Describe this image", "photo.png" ).await?;
gpt-4o
claude-3-opus
llama-3.2-vision