Leonardo AI
AI image generation platform with multiple models and creative controls
Actions
| Name | Description |
|---|---|
generate_imageGenerate images using Leonardo AI models | Generate images using Leonardo AI models |
get_generationGet the status and results of a generation by ID | Get the status and results of a generation by ID |
list_modelsList available Leonardo AI platform models | List available Leonardo AI platform models |
custom_api_callMake a custom API call to the Leonardo AI API | Make a custom API call to the Leonardo AI API |
Triggers
| Name | Description |
|---|---|
generation_completedTriggers when an image generation is completed in Leonardo AI | Triggers when an image generation is completed in Leonardo AI |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'leonardo-ai',
actionName: 'generate_image',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Leonardo AI to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Leonardo AI support?
Leonardo AI supports 4 actions including Generate Image, Get Generation, List Models, Custom API Call.
Can I use Leonardo AI with AI agents?
Yes. Add Leonardo AI to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Leonardo AI use?
Leonardo AI uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Leonardo AI integration cost?
The Leonardo AI integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Leonardo AI support?
Leonardo AI supports 1 triggers including Generation Completed.
Connect Leonardo AI in 2 minutes
Get 1,000 free actions every month. No credit card required.