Skip to main content

Cloudflare Workers AI Provider

Environment Variables

export CLOUDFLARE_API_TOKEN=...
export CLOUDFLARE_ACCOUNT_ID=...

Quick Start

1

Simple Usage

import { Agent } from 'praisonai';

const agent = new Agent({
  name: 'CFAgent',
  instructions: 'You are a helpful assistant.',
  llm: 'cloudflare-workers-ai/@cf/meta/llama-2-7b-chat-int8'
});
2

With Configuration

Adjust provider credentials and model settings for production — see the sections above.

Cloudflare Workers AI CLI Usage

Cloudflare Workers AI CLI Usage