Skip to main content

Setup

Create a new Cloudflare Worker project:

Worker Code

Add Your API Key

Deploy

Your AI API is now live at https://kyma-worker.<your-subdomain>.workers.dev.

Test It

Streaming

For streaming responses, pass through the SSE stream directly:
Cloudflare Workers have a 30-second CPU time limit. For long responses, use streaming to avoid timeouts.