List collections of models
Example cURL request: ```console curl -s \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ https://api.replicate.com/v1/collections ``` The response will be a paginated JSON list of collection objects: ```json { "next": "null", "previous": null, "results": [ { "name": "Super resolution", "slug": "super-resolution", "description": "Upscaling models that create high-quality images from low-quality images." } ] } ```
byReplicate HTTP API (AI Models)
12calls
N/Alatency
Discover -> Inspect -> Call
Call setup
Tool ID
replicate.collections.list.v1.07a10b00JSON
Before this Call
1 credit / call
The final charge is settled from actual provider usage and will appear in Usage.
