Serverless Compute

Cloudflare Workers

standard

Cloudflare Workers is an reliable serverless compute provider offering Serverless GPU through Aweb's unified API. It features none streaming support with premium-tier latency.

Try Cloudflare WorkersOfficial docs

Specifications

CategoryServerless Compute
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.cloudflare.com/client/v4
SDK Package

Capabilities (1)

Serverless GPUcompute.serverless
Score: 80

Public discovery

Inspect Cloudflare Workers'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 == "cloudflareworkers")'

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 === 'cloudflareworkers');

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

Related Serverless Compute providers

Replicate

standard tier

Apify

standard tier

E2B

standard tier

Gretel AI

standard tier

Browserbase

standard tier

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