v22

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-15361989.5 KB

Get a collection of models

Example cURL request:

curl -s \
  -H "Authorization: Bearer $REPLICATE_API_TOKEN" \
  https://api.replicate.com/v1/collections/super-resolution

The response will be a collection object with a nested list of the models in that collection:

{
  "name": "Super resolution",
  "slug": "super-resolution",
  "description": "Upscaling models that create high-quality images from low-quality images.",
  "full_description": "## Overview\n\nThese models generate high-quality images from low-quality images. Many of these models are based on **advanced upscaling techniques**.\n\n### Key Features\n\n- Enhance image resolution\n- Restore fine details\n- Improve overall image quality",
  "models": [...]
}
get/collections/{collection_slug}

Path parameters

collection_slugstring required

The slug of the collection, like super-resolution or image-restoration. See replicate.com/collections.

Response

Success

descriptionstring required

A description of the collection

full_descriptionstring nullable

The full description of the collection in markdown format

namestring required

The name of the collection

slugstring required

The slug of the collection (lowercase with dashes)