Generate Image
Create an AI-generated image based on a text prompt
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_IMAGE])
Edit Image
Modify an existing image using AI-powered editing tools
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.EDIT_IMAGE])
Image To Image
Transform an input image based on a text prompt
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.IMAGE_TO_IMAGE])
Generate Text
Create AI-generated text based on a given prompt or context
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_TEXT])
Analyze Image
Perform AI-powered analysis on an image to extract information
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ANALYZE_IMAGE])
Train Custom Model
Train a custom AI model using user-provided data
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TRAIN_CUSTOM_MODEL])
Generate Video
Create an AI-generated video based on a text prompt
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_VIDEO])
Translate Text
Translate text from one language to another using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TRANSLATE_TEXT])
Summarize Text
Generate a concise summary of a longer text using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SUMMARIZE_TEXT])
Speech To Text
Convert spoken audio to written text using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SPEECH_TO_TEXT])
Text To Speech
Convert written text to spoken audio using AI-generated voices
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TEXT_TO_SPEECH])
Classify Image
Categorize an image into predefined classes using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CLASSIFY_IMAGE])
Sentiment Analysis
Analyze the sentiment of a given text using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SENTIMENT_ANALYSIS])
Object Detection
Identify and locate objects within an image using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.OBJECT_DETECTION])
Face Recognition
Detect and identify faces in images using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.FACE_RECOGNITION])
Style Transfer
Apply artistic styles to images using AI algorithms
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.STYLE_TRANSFER])
Generate Music
Create AI-generated music based on specified parameters
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GENERATE_MUSIC])
Chat Completion
Generate human-like responses in a conversational context using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CHAT_COMPLETION])
Code Generation
Generate code snippets or complete functions using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CODE_GENERATION])
Image Upscaling
Increase the resolution and quality of images using AI
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.IMAGE_UPSCALING])
New Model Available
Triggered when a new AI model becomes available on the platform
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_MODEL_AVAILABLE])
Custom Model Training Complete
Triggered when a custom AI model finishes training
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_MODEL_TRAINING_COMPLETE])
Image Generation Complete
Triggered when an AI-generated image is ready
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.IMAGE_GENERATION_COMPLETE])
Text Generation Complete
Triggered when AI-generated text is ready
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.TEXT_GENERATION_COMPLETE])
Video Generation Complete
Triggered when an AI-generated video is ready
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.VIDEO_GENERATION_COMPLETE])
API Usage Threshold Reached
Triggered when API usage reaches a specified threshold
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.API_USAGE_THRESHOLD_REACHED])
Error Detection
Triggered when an error occurs during AI processing
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ERROR_DETECTION])
New Feature Announcement
Triggered when a new feature is added to the Leap AI platform
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.NEW_FEATURE_ANNOUNCEMENT])
Scheduled Task Completion
Triggered when a scheduled AI task is completed
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SCHEDULED_TASK_COMPLETION])
Data Import Complete
Triggered when a data import process for AI training is finished
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DATA_IMPORT_COMPLETE])