AI Company Profile · Verified-source edition · August 2026

Replicate: The AI Model Platform That Made Model Deployment a Developer Tool

Replicate was founded in 2019 by Ben Firshman and Andreas Jansson to make machine-learning models easier for ordinary software developers to run, customize and deploy. Its central abstraction was to package difficult ML infrastructure behind developer-friendly APIs.

Replicate became a major distribution and inference layer for open-source AI models, then joined Cloudflare on December 1, 2025. Cloudflare said Replicate would remain a distinct brand while its model catalog and deployment technology were integrated with Workers AI and the wider Cloudflare developer platform.

1. Company Overview

FieldVerified information
CompanyReplicate
Founded2019; the founders began working on Replicate in October 2019.
FoundersBen Firshman and Andreas Jansson.
IndustryAI infrastructure, developer tools and machine-learning model serving.
CategoryAI model hosting, inference, deployment and model marketplace.
HeadquartersSan Francisco, California was the listed company location before acquisition; current standalone office information is not publicly detailed.
StatusPart of Cloudflare as of December 1, 2025; continues as a distinct Replicate brand.
Websitereplicate.com
Business modelUsage-based model/compute pricing, plus private models and dedicated deployments.
EmployeesNot publicly available as a reliable current figure.

In simple language: Replicate is a cloud layer between AI models and software developers. It handles much of the packaging, inference and scaling infrastructure so developers can call models through APIs instead of operating GPUs and model servers themselves.

2. Founders & Original Creators

Founder portrait supplied for the profile

Ben Firshman

Co-founderFormer CEODeveloper tools

Firshman led open-source product work at Docker and created the product that became Docker Compose. He also worked at The Guardian and the UK Government Digital Service and had founded other software projects. His contribution to Replicate was the developer-experience and packaging thesis: AI models should be usable more like normal software.

Inventor classification: Not officially identified as a sole inventor. He is best classified as co-founder and technical/product creator.

Founder portrait supplied for the profile

Andreas Jansson

Co-founderFormer CTOMachine-learning engineer

Jansson was a machine-learning engineer at Spotify and had direct experience taking production ML systems from research into software. He built tools and templates for packaging and deploying models, complementing Firshman's developer-tools background.

After Replicate joined Cloudflare, Cloudflare publicly lists Jansson as a Principal Systems Engineer. Inventor classification: Not officially identified as a sole inventor; he is a co-founder and early technical creator.

Personal biography: Exact dates of birth, places of birth, nationality and personal net worth are not reliably established in the authoritative sources used here. They are therefore Not publicly available.

3. Origin Story

Firshman and Jansson approached the same problem from complementary directions. Jansson had experienced the pain of taking research models into production; Firshman had spent years making complicated developer infrastructure easier to package and use.

The pair met in London in 2012 at This Is My Jam and later collaborated on arXiv Vanity, which converted scientific papers into responsive web pages. In October 2019 they began working on Replicate. Their idea was to create a standard “box” for ML models so researchers could package, share and deploy models without every downstream engineer rebuilding the environment.

Research modelStandard packagingCloud executionSimple APIDeveloper product

The thesis predated mainstream generative AI. Sequoia describes it as a bet that open-source ML would flourish and that developers would need a reliable way to use those models.

4. Company Timeline

2012 — Firshman and Jansson meet at This Is My Jam.
2017 — They collaborate on arXiv Vanity.
October 2019 — Replicate development begins.
2020 — Replicate joins Y Combinator W20.
2021 — Sequoia partners with Replicate.
2022 — Stable Diffusion becomes a major traffic catalyst; Replicate rebuilds infrastructure under the surge.
Feb. 21, 2023 — Replicate exits stealth with $17.8M total reported funding, including a $12.5M Series A.
Dec. 5, 2023 — $40M Series B led by a16z; Forbes reports a $350M valuation.
Sept. 16, 2025 — Beta Search API launches.
Nov. 17, 2025 — Cloudflare announces agreement to acquire Replicate.
Dec. 1, 2025 — Replicate officially becomes part of Cloudflare.
2026 — Replicate continues publishing model releases and guides while integration with Cloudflare progresses.

5. What Is Replicate?

Beginner

An online platform where you can find AI models, send them inputs and receive outputs without setting up the model's GPU environment yourself.

Developer

An API and SDK layer for running models, creating models, fine-tuning and deploying custom versions.

AI engineer

An infrastructure abstraction for packaging model code, generating API servers, selecting hardware and scaling inference.

Business owner

A way to reduce the amount of ML infrastructure engineering needed to put a model into production, while paying for the compute consumed.

6. Core Products & Services

OfferingPurposeTarget usersStatus
Replicate APIRun hosted models from applications.Developers/product teamsCore platform
Model marketplace/libraryDiscover and run community, open-source and proprietary models.Developers/researchersCore platform
Official ModelsReplicate-maintained models with stable APIs and predictable pricing.Production teams100+ documented
Fine-tuningAdapt supported models using custom data.AI teamsSupported
Custom modelsPackage arbitrary model code and weights.ML engineersSupported
DeploymentsDedicated endpoints, hardware choice, autoscaling and production controls.Production/enterpriseSupported
CogOpen-source model packaging/deployment tool.ML engineersOpen source
Search APISearch models, collections and documentation.Developers/agentsBeta launched 2025

7. AI Model Ecosystem

Replicate combines a model catalog with infrastructure. The ecosystem spans image, video, audio, speech, language, computer vision and multimodal models. Third-party model licenses and maintenance vary.

Official models

Replicate currently states that it maintains more than 100 official models. They are always on, have stable APIs, use predictable task-based pricing and are actively maintained.

ImageGeneration and editing
VideoGeneration and transformation
AudioSpeech, voice and sound
LanguageLLMs and text tasks
VisionDetection, segmentation and VLMs
MultimodalText/image/audio/video models

8. Technology Architecture

API requestModel/versionQueueContainerGPU/CPUInferenceOutput

Packaging

Cog packages arbitrary ML code and weights into reproducible containers and can generate an API server. Replicate then runs the packaged model on managed infrastructure.

Hardware

Current documentation lists NVIDIA T4, L40S, A100, H100 and H200 hardware, with multi-GPU configurations; custom-model documentation also references B200-class hardware. Availability and prices change over time.

Scaling

Deployments can scale from zero to hundreds of instances, keep models warm, scale during traffic spikes and scale to zero when idle. Production controls include rolling updates, canary deployments and instant rollbacks.

Monitoring

Replicate documents metrics for latency, throughput, errors, instance health, GPU memory, costs and request logs.

Security

Private endpoints and audit logging are documented deployment controls. Exact post-acquisition enterprise certifications and contractual controls should be checked in current Cloudflare documentation.

9. Custom Model Deployment

DeveloperModel code + weightsCogGPUDeploymentAPIPredictionAutoscaling
  1. Create a model and choose visibility/hardware.
  2. Package it with Cog.
  3. Push it to Replicate.
  4. Replicate generates the API server and runs it on its GPU cluster.
  5. Create a deployment for dedicated production control.
  6. Configure minimum/maximum instances and hardware.
  7. Monitor performance, cost and health.
  8. Use rolling releases/canaries/rollbacks when iterating.

10. Official Models

PropertyDocumented behavior
AvailabilityAlways on/warm.
APIStable input/output interface.
PricingPredictable task-based metrics.
MaintenanceReplicate maintains models and works with authors.
ScaleMore than 100 official models.

11. Open-Source Contribution

Open source is central to Replicate's original strategy. Cog is the clearest example: it provides a standardized packaging layer for machine-learning models. Replicate also publishes SDKs, CLI tooling, examples and model-related projects.

Cloudflare's acquisition announcement says the Replicate catalog and its model-sharing community will remain strategically important, with the catalog planned for integration into Workers AI.

12. Founders' Technical Contributions

PersonContributionCorrect classification
Ben FirshmanDeveloper-tool/open-source expertise; Docker Compose; product and infrastructure abstraction behind Replicate.Co-founder, product/technical creator.
Andreas JanssonProduction ML expertise; model packaging/deployment tooling; ML infrastructure direction.Co-founder, ML/technical creator.

Neither should be described as the sole “inventor” of Replicate. Public evidence supports co-founder and early technical creator classifications.

13. Business Model

ModeBilling logic
Public modelsGenerally billed for active processing time; setup and idle time are free under the standard public-model model.
Private modelsMost run on dedicated hardware, so customers pay for instance time including setup/idle/active periods.
DeploymentsCustomers pay for deployment instance time and gain hardware/scaling/private endpoint controls.
Official modelsMany use predictable task-based pricing rather than raw hardware time.

14. Current Public Hardware Pricing Snapshot

Replicate is pay-as-you-go. Rates change, so verify the live pricing page before publishing commercial estimates.

HardwareRate shown publiclyApprox. hourly
CPU Small$0.000025/sec$0.09/hr
CPU$0.000100/sec$0.36/hr
NVIDIA T4$0.000225/sec$0.81/hr
NVIDIA L40S$0.000975/sec$3.51/hr
NVIDIA A100 80GB$0.001400/sec$5.04/hr
NVIDIA H100$0.001525/sec$5.49/hr
NVIDIA H200$0.001525/sec$5.49/hr

15. Funding History

DateRoundAmountInvestorsValuation
Before Feb. 2023Seed$5.3MSequoia and othersNot publicly confirmed
Feb. 21, 2023Series A$12.5MAndreessen Horowitz led; YC, Sequoia and angels including Dylan Field and Guillermo Rauch participated.Not publicly confirmed
Dec. 5, 2023Series B$40MAndreessen Horowitz led; NVentures, Heavybit, Sequoia and YC participated.$350M reported by Forbes

Public reporting puts pre-acquisition funding at about $58M. No later financing should be assumed without a primary source.

16. Customers & Publicly Documented Users

CompanyDocumented useSource-backed detail
Character.AIAI character experiencesSequoia says it leveraged DreamBooth through Replicate.
VercelAI templatesSequoia identifies Vercel as a Replicate user for AI Templates.
BuzzFeedOpen-source AI model useForbes identified it among paying customers in 2023.
UnsplashAI model useForbes identified Getty-owned Unsplash among paying customers in 2023.
LabelboxAI infrastructureForbes identified it among paying customers in 2023.

Historical customer figures: around 2 million sign-ups and 30,000 paying customers were reported around late 2023. These are not current 2026 counts.

17. Use Cases

ImageGeneration and editing
VideoGeneration and transformation
AudioSpeech, voice and sound
AI assistantsLanguage and multimodal models
Computer visionDetection, segmentation and classification
Fine-tuningSpecialized models

18. Competitive Landscape

CompetitorCore propositionDifference vs. Replicate
Hugging FaceModel/dataset ecosystem and inference toolingBroader ecosystem; Replicate emphasizes execution/deployment UX.
ModalServerless cloud for code and AIMore general compute abstraction.
Together AIOpen-model inference/training infrastructureStrong inference overlap; different product emphasis.
RunPodGPU cloudMore raw infrastructure-oriented.
BasetenProduction model inferenceStrong deployment overlap.
Fireworks AIHigh-performance inferenceStrong inference overlap.
AWS/GCP/AzureBroad cloud AI/ML infrastructureMuch broader suites; Replicate historically focused on model UX.

This is architectural positioning, not a claim that Replicate formally evaluated every competitor.

19. SWOT Analysis

StrengthsWeaknesses
  • Strong developer UX
  • Large model catalog
  • Cog/open-source tooling
  • Usage-based economics
  • Strong community
  • GPU-heavy economics
  • Dependence on compute supply
  • Third-party model licensing varies
  • Community-model quality varies
OpportunitiesThreats
  • AI agents
  • Multimodal/video inference
  • Enterprise custom models
  • Cloudflare integration
  • Edge/real-time AI
  • Hyperscaler competition
  • Direct model-provider APIs
  • GPU price/supply volatility
  • Licensing/copyright risk
  • Rapid model obsolescence

20. Growth Metrics

2Msign-ups reported around 2023
30Kpaying customers reported around 2023
25K+open-source models reported in Dec. 2023
50K+production-ready models cited at acquisition
$40MSeries B
$350Mreported Series B valuation

These are historical snapshots from different dates and must not be treated as current 2026 metrics.

21. 20 Major Milestones

  1. 2012 — founders meet at This Is My Jam.
  2. 2017 — arXiv Vanity collaboration.
  3. 2019 — Replicate founded.
  4. 2020 — YC W20.
  5. 2021 — Sequoia partnership.
  6. 2022 — Stable Diffusion growth surge.
  7. 2022 — major infrastructure rewrite.
  8. Feb. 2023 — stealth exit.
  9. Feb. 2023 — $12.5M Series A.
  10. 2023 — rapid model-catalog expansion.
  11. Dec. 2023 — $40M Series B.
  12. Dec. 2023 — 2M sign-ups/30K paying customers reported.
  13. 2024 — expansion of official models and production deployments.
  14. 2025 — Search API beta.
  15. Nov. 2025 — Cloudflare acquisition announced.
  16. Dec. 1, 2025 — acquisition completed/Replicate becomes part of Cloudflare.
  17. 2025–26 — model catalog integration plans with Workers AI.
  18. 2026 — continued model releases and technical guides.
  19. 2026 — Cloudflare positions Replicate technology inside broader AI developer infrastructure.
  20. Current status — distinct Replicate brand within Cloudflare.

22. Challenges & Controversies

Scaling

The most clearly documented early challenge was the 2022 Stable Diffusion traffic surge, which forced Replicate to rebuild its infrastructure within weeks.

GPU economics

AI inference is compute intensive. Usage-based pricing makes consumption transparent, but sustained workloads can become expensive.

Licensing

Third-party model licenses and data provenance vary. Hosting a model does not mean Replicate owns its weights or intellectual property.

Safety and misuse

A general-purpose model marketplace can expose users to powerful capabilities. Governance and model-level safeguards therefore remain important.

Acquisition transition

Replicate says its API is not changing and the brand continues, while Cloudflare plans deeper integration. Long-term organizational and commercial effects remain uncertain.

23. AI Infrastructure Innovation

24. Verified Public Examples

CompanyUseEvidence
Character.AIDreamBooth/model capabilitiesSequoia founder/company article
VercelAI TemplatesSequoia partner article
BuzzFeedOpen-source AI modelsForbes Series B report
UnsplashAI model usageForbes Series B report
LabelboxAI infrastructureForbes Series B report

These are verified examples, not an exhaustive customer list.

25. Future Outlook

Confirmed

Cloudflare announced plans to bring Replicate's 50,000+ model catalog to Workers AI, add fine-tuning and custom-model support, and integrate Replicate with Workers, R2, Durable Objects, WebRTC and AI Gateway.

Evidence-based analysis

These points are analysis, not guaranteed outcomes.

26. 50 Important Facts

  1. Founded in 2019.
  2. Founded by Ben Firshman.
  3. Founded by Andreas Jansson.
  4. Firshman worked at Docker.
  5. Jansson worked at Spotify.
  6. Firshman created the product that became Docker Compose.
  7. Jansson had production ML experience.
  8. The founders met at This Is My Jam.
  9. They collaborated on arXiv Vanity.
  10. The original thesis was model deployment simplification.
  11. Replicate joined YC W20.
  12. Sequoia partnered in 2021.
  13. Cog is open source.
  14. Cog packages ML models in containers.
  15. Cog can generate an API server.
  16. Stable Diffusion was a major growth catalyst.
  17. 2022 required an infrastructure rewrite.
  18. Replicate exited stealth in Feb. 2023.
  19. It announced $17.8M total funding then.
  20. $12.5M was Series A.
  21. a16z led the Series A.
  22. YC participated in the Series A.
  23. Sequoia participated in the Series A.
  24. Dylan Field participated as an angel.
  25. Guillermo Rauch participated as an angel.
  26. Series B was $40M.
  27. a16z led the Series B.
  28. NVentures participated.
  29. Heavybit participated.
  30. Sequoia participated.
  31. YC participated.
  32. Forbes reported a $350M valuation.
  33. About 2M sign-ups were reported in 2023.
  34. About 30K paying customers were reported in 2023.
  35. 25K+ open-source models were reported in late 2023.
  36. Cloudflare later cited 50K+ production-ready models.
  37. Search API beta launched in Sept. 2025.
  38. Search API covers models and collections.
  39. Replicate maintains 100+ official models.
  40. Official models are always on.
  41. Official models have stable APIs.
  42. Official models use predictable pricing.
  43. Replicate supports dedicated deployments.
  44. Deployments autoscale.
  45. Deployments support rolling updates.
  46. Deployments support canary releases.
  47. Deployments support instant rollback.
  48. Deployment monitoring includes GPU memory and cost.
  49. Cloudflare announced the acquisition Nov. 17, 2025.
  50. Replicate became part of Cloudflare Dec. 1, 2025.

27. Lessons for Entrepreneurs & CTOs

Entrepreneurs

AI startups

Developers

Investors

28. Final Summary

QuestionAnswer
What is Replicate?A platform for running, fine-tuning and deploying ML models through APIs and managed infrastructure.
Who founded it?Ben Firshman and Andreas Jansson.
Why was it created?To make research and open-source ML accessible to software developers without requiring them to operate complex ML infrastructure.
How does it work?Models are packaged, hosted and executed on managed compute; developers interact through APIs, while deployments add control over hardware and scaling.
How does it make money?Primarily through usage-based compute/model charges and private/dedicated infrastructure.
Who uses it?Developers, startups and companies including publicly documented examples such as Character.AI, Vercel, BuzzFeed, Unsplash and Labelbox.
What differentiates it?Model discovery, API inference, open-source packaging, custom deployment and developer-focused UX.
What happened?Cloudflare acquired Replicate; it became part of Cloudflare on Dec. 1, 2025 while continuing as a distinct brand.

29. Sources & Verification

  1. Replicate — About & Careers
  2. Replicate — Deploy a custom model
  3. Replicate — Deployments
  4. Replicate — Official models
  5. Replicate — Billing
  6. Replicate — Pricing
  7. Replicate — Series B announcement
  8. Replicate — Joining Cloudflare
  9. Cloudflare — Replicate joins Cloudflare
  10. Cloudflare — Why Replicate is joining
  11. Cloudflare — Acquisition announcement
  12. Sequoia — Replicate spotlight
  13. Sequoia — Partnering with Replicate
  14. a16z — Investing in Replicate
  15. TechCrunch — Replicate exits stealth
  16. Forbes — Series B
  17. Y Combinator — Replicate
Fact-checking: Claims are based on primary company/investor sources where available, with reputable reporting for historical funding/customer details. Current employee count, exact founder personal data and some post-acquisition organizational details are explicitly marked unavailable rather than guessed.