Skip to main content
Open on GitHub

Cloudflare

Cloudflare, Inc. (Wikipedia) is an American company that provides content delivery network services, cloud cybersecurity, DDoS mitigation, and ICANN-accredited domain registration services.

Cloudflare Workers AI allows you to run machine learning models, on the Cloudflare network, from your code via REST API.

ChatModels

See installation instructions and usage example.

from langchain_cloudflare import ChatCloudflareWorkersAI

VectorStore

See installation instructions and usage example.

from langchain_cloudflare import CloudflareVectorize

Embeddings

See installation instructions and usage example.

from langchain_cloudflare import CloudflareWorkersAIEmbeddings

LLMs

See installation instructions and usage example.

from langchain_community.llms.cloudflare_workersai import CloudflareWorkersAI
API Reference:CloudflareWorkersAI

Was this page helpful?