
Leonardo.ai - AI Image Generation AI工具使用教程与评测
FreemiumLeonardo.ai is a creator-first professional AI image generation platform excelling in game assets, concept art, and creative design. It supports text-to-image, image-to-video, image editing, and upscaling with 80+ specialized models, serving users in 235 countries with over 4 billion assets generated — ideal for artists, designers, game developers, and marketers.
Leonardo.ai is a creator-first professional AI generation platform focused on providing high-quality visual content creation tools for artists, designers, game developers, and marketers. The platform serves users in 235 countries worldwide, with over 4 billion assets generated and 80+ specialized AI models available.
Leonardo.ai's core strength lies in its rich library of professional models and fine-grained creative control, making it particularly well-suited for game asset production, concept art creation, and brand visual design. Users can access it directly at app.leonardo.ai or integrate its capabilities into their own products via the Developer API.
import requests
headers = {'Authorization': 'Bearer YOUR_API_KEY'}
data = {
'prompt': 'A fantasy warrior in armor, concept art style',
'modelId': 'ac614f96-1082-45bf-be9d-757f2d31c174',
'width': 1024,
'height': 1024,
'num_images': 1
}
response = requests.post(
'https://cloud.leonardo.ai/api/rest/v1/generations',
headers=headers, json=data
)
print(response.json())
| Plan | Monthly | Annual | Tokens/Month | Highlights |
|---|---|---|---|---|
| Apprentice | $10/mo | $8.4/mo | 8,500 | Basic paid features |
| Artisan | $24/mo | $20/mo | 25,000 | Priority generation, more features |
| Maestro | $48/mo | $40/mo | 60,000 | Full features, highest priority |