Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

Cloudflare Workers AI Provider

Environment Variables

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

Quick Start

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'
});