get_latest_models
Retrieve recently uploaded AI models from Civitai's collection, with options to specify the number of models to fetch, for enhanced discovery and selection.
Instructions
Get the newest models uploaded to Civitai
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of models to return (default: 20) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of models to return (default: 20)",
"maximum": 100,
"minimum": 1,
"type": "number"
}
},
"type": "object"
}