What can you do with it?
Use Gemini for text processing, analysis, and multimodal tasks. Perfect for complex reasoning, content generation, and file analysis. Supports both synchronous processing for quick tasks and asynchronous processing for heavy workloads with large files.How to use it?
Basic Command Structure
Parameters
Required:prompt- Your instructions or questions for Gemini
-
model- Specific Gemini model to use (defaults to gemini-2.5-flash) -
system prompt- Override the default system prompt -
files- File URLs to include (supports images, documents, and text files) -
async- Set totrueto force asynchronous processing for heavy tasks
Response Format
Synchronous Response (light tasks):Examples
Synchronous Usage (Light Tasks)
Asynchronous Usage (Heavy Tasks)
Notes
Processing Options:- Sync: Quick tasks with immediate results - best for text processing and small files
- Async: Heavy tasks with background processing - returns a placeholder file URL that you can check to monitor progress and see results when complete
- File Support: Images, documents, PDFs, and text files
- Output: Results saved as text files with markdown summaries for async tasks
- Monitoring: Check the
placeholderFile.signedUrlto see processing status and final results
- Video transcription: Use the dedicated Video Transcription skill
- Audio extraction: Use the Audio from Video skill
Supported Models
Choose the appropriate Gemini model based on your specific needs:gemini-2.5-flash(default) - Cost-efficient model for fast, general tasksgemini-2.5-pro- Enhanced thinking and reasoning, multimodal understanding, advanced codinggemini-2.5-flash-lite- Cost efficiency and low latency for cost-sensitive, basic tasksgemini-2.0-flash- Next generation features with speed and thinking for high-volume tasks

