Freemium
Replicate ML API
Replicate ML API offers developers a platform to access and run a vast array of machine learning models through a unified API. It supports models in vision, NLP, audio, and more, enabling seamless integration of AI-powered features into applications without the need to manage infrastructure. Perfect for rapid prototyping and production ML workflows.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
NaN
Rate Limit
API Endpoints
Runs machine learning models on Replicate platform
Full URL
https://api.replicate.com/v1/predictions
Code Examples
curl -X POST 'https://api.replicate.com/v1/predictions' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "input": { "width": 768, "prompt": "A futuristic city at sunset" }, "version": "stability-ai/stable-diffusion:ac732df..." }
Example Response
{
"id": "ufawqhfynnddngldkgtslldrkq",
"urls": {
"get": "https://api.replicate.com/v1/predictions/ufawqhfynnddngldkgtslldrkq"
},
"output": null,
"status": "processing"
}
Version
v1
Rate Limit
Model-dependent
Tags
cloud-gpumachine learning
Technical Details
Authentication
API KeyResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
No free tier (pay-per-execution)
Supported Languages
PythonJavaScript
Use Cases
model deployment
prototyping
Related APIs
Discover similar APIs that might interest you