/replicate/models/versions
/replicate
/replicate/models/versions
Get the version history of a Replicate model by identifier or URL
Price: 5 credits
💡 AI Hint: Get the version history of a Replicate model by identifier (‘owner/name’) or URL. Each version returns its id, creation time, architecture, release notes, and full input/output schema. Version history is not available for official models.
⚠️ Common errors: 412: Model not found or version history unavailable
POST
/replicate/models/versions
Authorizations
API token from the dashboard
Headers
Body
application/json
Model identifier ('owner/name') or full model URL
Minimum string length:
1Examples:
"lucataco/sdxl"
"https://replicate.com/stability-ai/sdxl"
Max number of versions
Required range:
x >= 1Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Response
Successful Response