Serverless Compute

Replicate

standard

Replicate is an reliable serverless compute provider offering Image Generation, Video Generation, Serverless GPU 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 (3)

Image Generationimage.generate
Score: 75
Video Generationvideo.generate
Score: 80
Serverless GPUcompute.serverless
Score: 75

Quick start

Use Replicate through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "replicate",
    "capability": "image.generate",
    "input": { "prompt": "Hello from Replicate!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'replicate',
  capability: 'image.generate',
  input: { prompt: 'Hello from Replicate!' },
});

console.log(result.output);

Related Serverless Compute providers

RunPod

economy tier

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 →