Overview
Replicate is a platform for running machine learning models with a few lines of code. Access thousands of open-source models without managing infrastructure.
Key Features
- Model Library: 1000+ pre-trained models
- Simple API: One-line model invocation
- Auto-scaling: Scale from zero to millions
- Custom Models: Deploy your own models
- Pay-per-use: Only pay for compute time
Quick Start
import replicate
output = replicate.run(
"stability-ai/stable-diffusion:db21e45...",
input={"prompt": "A futuristic city"}
)
Popular Models
- Stable Diffusion XL
- Llama 2 & Llama 3
- Whisper
- MusicGen
Resources
Source: Replicate