Run open-source AI · 1.7M+ developers

Run AI
with one
line of code.

Replicate is the easiest way to run open-source machine learning models in the cloud. Pay only for the compute you use.

flux-pro · running
text-to-image FLUX.1 [pro] black-forest-labs v1.3
+ 47k contributors building together
// Explore models

Thousands of models,
one API.

Generate images, edit video, transcribe speech, build agents — every model on Replicate ships behind the same predictable HTTP endpoint.

black-forest-labs flux-pro

State-of-the-art text-to-image with painterly fidelity.

running image
meta llama-3-70b

High-quality instruction-tuned 70B chat model.

running chat
openai whisper-v3

Multilingual speech-to-text with word-level timestamps.

running audio
stability-ai sdxl-lightning

Fast image synthesis in four denoise steps.

running image
// How it works

Run any model
in three lines.

Pick a model, run a prediction.

No infra to provision. No Docker images to push. No GPUs to babysit. Pass inputs to the model slug, await the result.

  1. Find a model on Explore.
  2. Copy its slug + version.
  3. Call replicate.run() from Python, Node, or HTTP.
Python Node.js cURL HTTP
# pip install replicate import replicate output = replicate.run( "black-forest-labs/flux-pro", input={ "prompt": "a cat reading a zine in the rain", "aspect_ratio": "4:3", "output_format": "webp", }, ) print(output) # https://replicate.delivery/yhqm/...png
// Scale on Replicate

Production AI without
the babysitting.

Autoscale to thousands of GPUs, queue spikes gracefully, pay only for compute used per second. Replicate handles the cold-start so your inference looks instant.

Cold start
≤ 2s

Warm boot any model on demand.

Autoscale
0 → 1k

GPUs spin up per request.

Billing
per s

Pay only for what you use.

// Pricing

Pay only for
what you run.

No seats, no minimums. The free tier covers exploration; production scales by the second.

Free

$0 /month

For hackers, hobbyists, and weekend ideas.

  • Try every public model
  • $10 trial credit
  • Community support
Sign up free

Enterprise

Custom · let's talk

For organizations with bespoke compute needs.

  • Dedicated capacity
  • SLA + SOC 2
  • Single-tenant deployments
  • Onboarding engineer
Talk to sales

Imagine what you
can build.

// Design system reference

Tokens, by the
workbench.

An honest look at the building blocks — cream canvas, hot-orange stamp, three families, full-rounded interactives. No surprises, no second accent.

→ Read the full DESIGN.md

Color

grouped & named

Brand & Accent

primary#ea2804
primary-deep#c01f00
hero-glow#ff6a3d
hero-pink#f4a8a0

Surface

canvas#f9f7f3
surface-bone#f3f0e8
surface-card#ffffff
surface-dark#202020
surface-deep#000000

Text

ink#202020
body#3a3a3a
charcoal#575757
ash#8d8d8d
stone#bbbbbb

Semantic

badge-success#2b9a66
link#ea2804
github-dark#24292e

Type

three families
display-xxl 128 / -3 Run AI
display-xl 72 / -1.8 How it works
display-lg 48 / -1 Pricing tier
heading-md 24 / -0.35 Model card title
body-lg 18 / 0 Marketing prose stays at weight 400 — emphasis comes from family swap, not weight.
body-md 16 / 0 Default running text on cream canvas.
code-md 14 / 0 replicate.run("owner/model", input={...})
caption 12 / 0 Footer disclosure · 12px / 400

Radius

none → md → full
none / 0
xs / 4
sm / 6
md / 10
lg / 16
full / 9999

Components

a working matrix
Badges & pills
running text-to-image audio v1.3
Input · pill text-input
Model card
black-forest-labs flux-pro
running image
Code block
Python Node cURL
# surface-dark, JetBrains Mono, code-md 14/1.43 output = replicate.run("meta/llama-3-70b-instruct", input={"prompt": "hello, model"})
View DESIGN.md