Learn how to use multimodal inputs with IronaAI to include images and PDFs in your messages.
'image_url'
type within the content list of a message. You can provide either a direct URL to the image or a base64-encoded image string with the appropriate MIME type (e.g., 'data:image/jpeg;base64,...'
).
'image_url'
type with either a PDF URL or a base64-encoded PDF string with the MIME type 'application/pdf'
.