Serverless Compute

Replicate

standard

Replicate is an reliable serverless compute provider offering Image Generation, Video Generation, Serverless GPU and 2 more through Aweb's unified API. It features partial streaming support with standard-tier latency.

Try ReplicateOfficial docs

Specifications

CategoryServerless Compute
Auth Typeapi_key
Latency Tierstandard
Streamingpartial
Pricing Tierstandard
Reliabilitystandard
Qualitystandard
Base URLhttps://api.replicate.com/v1
SDK Package

Capabilities (5)

Image Generationimage.generate
Score: 75
Video Generationvideo.generate
Score: 80
Serverless GPUcompute.serverless
Score: 75
Image to Videovideo.from-image
Score: 80
Image-to-Videovideo.image-to-video
Score: 80

Public discovery

Inspect Replicate's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "replicate")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'replicate');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Serverless Compute providers

Apify

standard tier

Cloudflare Workers

standard tier

E2B

standard tier

Gretel AI

standard tier

Browserbase

standard tier

Getting started →API reference →All capabilities →All providers →