← Back to Main README | Features | Installation | Parameters | Web Search | API Reference | Contributing
IntelliLLM Playground supports uploading files alongside your prompts to enhance your interactions with LLMs that have multimodal capabilities.
- Images:
- PNG
- JPEG
- WebP
- Documents:
-
Attaching Files:
- Click the image or document icon in the prompt editor toolbar
- Select a file from your device
- The file will be attached to your prompt and displayed below the editor
-
Managing Attachments:
- You can remove attached files by clicking the "X" button next to the file name
- Files are included in API requests to the LLM
- The UI clearly indicates which files are attached to each prompt
-
Using Attachments in Prompts:
- Reference attached images or documents in your prompt text
- For example: "Analyze the image I've attached and describe what you see."
- The LLM will receive both your text prompt and the attached files
- Images: Sent as base64-encoded data in the
messagesarray with typeimage_url - Documents: Included with type
filein the appropriate format - Size Limits:
- Images: Maximum size of 10MB
- Documents: Maximum size of 25MB
-
Image Quality:
- Use clear, high-quality images for best results
- Crop images to focus on relevant content
- Consider image resolution and file size
-
Document Handling:
- PDFs work best when they contain searchable text rather than scanned images
- For multi-page documents, consider referencing specific pages in your prompt
-
Prompt Design:
- Be specific about what you want the LLM to focus on in attached files
- For images, specify if you want detailed descriptions, analysis of specific elements, or other outputs
- For documents, clarify if you want summaries, specific information extraction, or analysis
- File attachments do not persist between sessions
- Some models may have limitations on how they process certain file types
- Very large or complex files may not be processed effectively by all models