Replicate
What is Replicate?
Replicate is an AI model inference and fine-tuning platform for software teams that exposes models through a simple API for generating text, images, speech, music, video, and more. It includes the Playground, model comparison, and docs for Node, Python, and HTTP workflows. The catalog spans over 50,000 AI models and is used by Alibaba, OpenAI, Anthropic, and Google. Pricing is usage-based, starting at CPU (Small) $0.000025/sec.
Last verifiedHow we evaluate
At a glance
- Replicate is best for software teams who want to ship AI features through an API without managing model infrastructure.
- CPU (Small) $0.000025/sec; CPU $0.000100/sec; Nvidia A100 (80GB) GPU $0.001400/sec; 2x Nvidia A100 (80GB) GPU $0.002800/sec…
What it does and how pricing works
Replicate runs machine learning models behind a single API, mostly other people's open-source models packaged with its own open-source container format, Cog (Apache-2.0, github.com/replicate/cog, 9,459 stars, actively merged as of August 2026). There are two billing shapes: public/shared models are billed per second of processing or per token/output unit (e.g. Claude 3.7 Sonnet at $3/million input tokens; FLUX 1.1 Pro at $0.04/image), while private deployments are billed for the wall-clock time dedicated hardware is online — setup and idle time included, not just active inference. Hardware rates run from $0.000025/sec for a small CPU instance up to $0.0122/sec for 8x H100 GPUs, confirmed against the pricing page's embedded rate table. There's no free tier or trial credit — you need billing set up to run anything beyond the public playground.
Cold boot times are a known, acknowledged limitation
Cold-starting a model on Replicate — pulling the container image to a compute node before it can serve a request — has been a long-running complaint. In a 2024 Hacker News thread, Replicate's own founder wrote: "Yeah, our cold boots suck," and described mitigations in progress (faster fine-tune boots, keeping models warm via deployments, more efficient weight loading, distributing images as individual files). Those mitigations shipped over the following year, but the underlying trade-off remains: unlike a dedicated GPU box you keep warm yourself, Replicate's autoscaled cluster has to place your model somewhere before it can run, and that placement cost shows up as latency on the first request after idle.
Now owned by Cloudflare
Cloudflare completed its acquisition of Replicate on December 1, 2025, for total purchase consideration of $57.4 million ($44.4M cash net of acquired cash, $9.5M in holdbacks, $3.5M in assumed liabilities), per Cloudflare's Form 10-Q. That is well below the $350M valuation Replicate reached in its June 2023 Series B (Andreessen Horowitz-led, with Sequoia and Y Combinator participating), though a private valuation and an acquisition price aren't directly comparable and no reason for the gap has been disclosed. Cloudflare and Replicate both say the API, pricing, and existing workflows continue unchanged, and Replicate keeps operating as a distinct brand for now, with 50,000+ of its models being folded into Cloudflare Workers AI over time. Hacker News reaction to the announcement was mixed — skepticism about the lack of disclosed deal terms, some users noting they'd already outgrown Replicate's Cog abstraction for GPU work they self-host, and general wariness about Cloudflare's growing footprint.
Catalog, custom models, and lock-in shape
The draw is breadth: Cloudflare's own announcement cites 50,000+ production-ready models on Replicate, spanning image, video, audio, and language models from many different maintainers, plus the ability to package and fine-tune your own via Cog. Cog itself is Apache-2.0 and works outside Replicate (you can build and run Cog containers on your own infrastructure), which caps lock-in on the packaging format even if you'd still need to re-plumb billing and scaling yourself. We could not verify a breakdown of how many of the 50,000+ are actively maintained versus stale community uploads — that figure is Cloudflare's, unverified independently.
Status history and reliability signal
Replicate publishes a public status page (replicatestatus.com, run on Incident.io) covering API, inference/training, website, registry, official models, and support separately. At the time of this check it showed all systems operational with no incidents visible in the recent history window we could load; we did not pull a full 90-day incident log, so we can't state an uptime percentage or incident count — the page itself doesn't publish a rolling uptime figure either.
How much does Replicate cost?
| Plan | Price | What's included |
|---|---|---|
| CPU (Small) | $0.000025/sec |
|
| CPU | $0.000100/sec |
|
| Nvidia A100 (80GB) GPU | $0.001400/sec |
|
| 2x Nvidia A100 (80GB) GPU | $0.002800/sec |
|
| Nvidia H100 GPU | $0.001525/sec |
|
| Nvidia L40S GPU | $0.000975/sec |
|
| 2x Nvidia L40S GPU | $0.001950/sec |
|
| Nvidia T4 GPU | $0.000225/sec |
|
| 4x Nvidia A100 (80GB) GPU | $0.005600/sec |
|
| 8x Nvidia A100 (80GB) GPU | $0.011200/sec |
|
| 2x Nvidia H100 GPU | $0.003050/sec |
|
| 4x Nvidia H100 GPU | $0.006100/sec |
|
| 8x Nvidia H100 GPU | $0.012200/sec |
|
| 4x Nvidia L40S GPU | $0.003900/sec |
|
| 8x Nvidia L40S GPU | $0.007800/sec |
|
Frequently asked questions
What is Replicate?
Replicate is an AI model inference and fine-tuning platform for software teams that exposes models through a simple API for generating text, images, speech, music, video, and more. It includes the Playground, model comparison, and docs for Node, Python, and HTTP workflows. The catalog spans over 50,000 AI models and is used by Alibaba, OpenAI, Anthropic, and Google. Pricing is usage-based, starting at CPU (Small) $0.000025/sec.
How much does Replicate cost? Is it free?
Replicate has 15 paid plans: CPU (Small) at $0.000025/sec, CPU at $0.000100/sec, Nvidia A100 (80GB) GPU at $0.001400/sec.
What is Replicate used for? Who is it for?
Replicate is used for Generate images, Generate speech, and Generate music. It's built for Product engineers, ML developers, and Startup teams.
Does Replicate have an API and what does it integrate with?
Replicate doesn't publish a public API. It integrates with Node, Python, HTTP, Slack, Salesforce, and 9 more.
Editor's read
Check whether your workload will stay within the usage-based GPU and CPU rates as model traffic grows. If you expect sustained inference or multi-GPU runs, confirm the committed-spend contract terms for larger A100, H100, or L40S configurations before committing.
