get_replicate_collection
Fetch AI models by category from Replicate collections, including text-to-image, language models, audio, and video.
Instructions
Get AI models from a specific Replicate collection. Use this when user asks about specific types of AI models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | No | Model collection: 'text-to-image' for image generation/AI art (Stable Diffusion, DALL-E, Midjourney style), 'image-to-image' for image editing/transformation, 'language-models' for LLMs/text generation/chatbots, 'audio' for speech/music/voice models, 'video' for video generation/editing, '3d' for 3D model generation, 'upscalers' for image upscaling/enhancement. | text-to-image |
| limit | No | Number of models to fetch. | |
| use_cache | No | Whether to use cached data. |