What Can the AI See?
The AI can analyze:- Images (PNG, JPEG, GIF, WebP)
- Videos (through URL links)
- Web pages (content and structure)
- Screenshots
- Diagrams and mockups
How It Works
There are no dedicated buttons or special commands. Simply paste a URL in your message and the AI will automatically:- Fetch the content
- Analyze it (vision for images/videos, text extraction for web pages)
- Use that context to answer your question
For Images and Videos
Just paste the URL in your message:- Analyze the image
- Understand the layout, colors, and components
- Generate the corresponding Flutter code
- Image URLs:
.png,.jpg,.jpeg,.gif,.webp - Video URLs: Direct video links
For Web Pages
Just paste the URL of the website:- Fetch the web page content
- Extract relevant information
- Use it to provide accurate, up-to-date answers
Common Use Cases
1. Design Implementation
You:2. Bug Reports with Screenshots
You:3. Documentation Research
You:4. Code from Diagrams
You:5. Real-time Information
You:Tips for Best Results
1. Be Specific About What You Want
Good:2. Combine Multiple Sources
3. Reference Documentation
4. Use Recent Sources
For web search, mention “latest” or “current” to get up-to-date results:What the AI Can Analyze
From Images
- UI/UX Design: Layouts, colors, typography, spacing
- Diagrams: Architecture, flows, schemas
- Code Screenshots: Error messages, stack traces, code snippets
- Charts/Graphs: Data visualization patterns
- Mockups: Design specifications
From Videos
- Tutorials: Step-by-step instructions
- Demos: Feature implementations
- Presentations: Technical concepts
- Screen Recordings: Bug reproductions
From Web Pages
- Documentation: API references, guides, tutorials
- Articles: Best practices, comparisons, solutions
- Stack Overflow: Error solutions, code examples
- GitHub: README files, code examples, issues
- Blog Posts: Technical tutorials, announcements
Privacy & Security
What Gets Shared
When you include a URL:- The AI fetches public content from that URL
- For images/videos: Visual analysis is performed
- For web pages: Text content is extracted and analyzed
What Stays Private
- The AI only accesses public URLs you explicitly provide
- Your local files are never uploaded (unless you explicitly share them)
- No automatic web searches happen without your request
Best Practices
Do:- Share public documentation and resources
- Use image hosting services for screenshots
- Reference public GitHub repositories
- Share URLs containing sensitive information
- Include authentication tokens in URLs
- Link to private company resources (unless intentional)
Limitations
Images & Videos
- Images & Videos consumes a large amount of tokens
- Videos are analyzed via URL context, not frame-by-frame
- Animated content may be analyzed as static frames
Web Search
- Results reflect current web content (not real-time data feeds)
- Some paywalled or authentication-required sites may not be accessible
- Search quality depends on query specificity
- Web search can increase the token usage, depending on the amount of content fetched
General
- The AI can’t interact with dynamic web content (buttons, forms)
- Can’t access content behind authentication (unless you have MCP servers configured)
- Some websites may block automated access
Advanced: Combining Vision with MCP Servers
For enhanced capabilities, you can combine vision/web search with MCP servers: Example with Supabase MCP:- Analyze the schema image (Vision)
- Query your actual database (Supabase MCP)
- Compare and generate migration scripts
- Read the error from the image (Vision)
- Fetch recent commits (GitHub MCP)
- Identify the likely cause
Troubleshooting
Image Not Loading
Problem: “I can’t access that image” Solutions:- Verify the URL is publicly accessible
- Check the image format is supported
- Ensure the link is direct (ends in
.png,.jpg, etc.) - Try re-uploading to a different host (Imgur, GitHub, etc.)
Web Page Not Accessible
Problem: “I can’t fetch that page” Solutions:- Check if the page requires authentication
- Verify the URL is correct and accessible
- Some sites block automated access—try sharing the relevant text instead
- Check if the page is behind a paywall
Search Results Not Relevant
Problem: Web search returns poor results Solutions:- Be more specific in your query
- Include technical terms and version numbers
- Mention the year if you need recent information
- Try multiple search attempts with refined queries
Examples
Example 1: Recreate UI from Screenshot
You:Example 2: Debug with Error Screenshot
You:Example 3: Learn from Documentation
You:Example 4: Compare Approaches
You:Conclusion
Vision and web search capabilities are built into Teta—no configuration needed. Just paste URLs in your messages and the AI will handle the rest. Remember: No special buttons, no extra steps. Just include the URL and describe what you want to do with it.Related Documentation
- Getting Started - Platform basics
- MCP Servers - Extend with custom integrations
- AI Agents - Customize AI behavior
Need help? Contact support@teta.so