Replicate - Run AI with an API Thousands of businesses are building their AI products on Replicate Your team can deploy an AI feature in a day and scale to millions of users, without having to be machine learning experts
Explore – Replicate Discover and share machine learning models that you can run in the cloud using Replicate
Use AI to restore images via API - Replicate You can package your own restoration model with Cog and push it to Replicate This lets you set up inputs, outputs, and configuration while deciding whether to keep it private or share it with others
Pricing – Replicate You only pay for what you use on Replicate Some models are billed by time, others by input and output
Blog – Replicate We've partnered with Bria to bring a suite of commercial-grade image generation and editing models to Replicate Built entirely on licensed data, Bria’s tools are designed for enterprises and developers building safely with visual AI
How does Replicate work? How does Replicate work? Replicate lets you run machine learning models with a cloud API, without having to understand the intricacies of machine learning or manage your own infrastructure
About Careers – Replicate We're a bunch of hackers, engineers, researchers, and artists We obsess about the details of API design and the right words for things We're defining how AI works so we'd better get it right We make fast and reliable infrastructure That's what a good infrastructure product is We're not afraid to build things from scratch to make it the fastest We use AI for work We use AI for play We
HTTP API - Replicate # First, create a prediction PREDICTION_ID=$(curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application json" \ -d '{ "input": { "prompt": "a video that may take a while to generate" } }' \ https: api replicate com v1 models minimax video-01 predictions | jq -r ' id') # Echo the prediction ID echo