> ## Documentation Index
> Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloudflare

> [Cloudflare, Inc. (Wikipedia)](https://en.wikipedia.org/wiki/Cloudflare) is an American company that provides
> content delivery network services, cloud cybersecurity, DDoS mitigation, and ICANN-accredited
> domain registration services.

> [Cloudflare Workers AI](https://developers.cloudflare.com/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](/oss/python/integrations/chat/cloudflare_workersai).

```python theme={null}
from langchain_cloudflare import ChatCloudflareWorkersAI
```

## VectorStore

See [installation instructions and usage example](/oss/python/integrations/vectorstores/cloudflare_vectorize).

```python theme={null}
from langchain_cloudflare import CloudflareVectorize
```

## Embeddings

See [installation instructions and usage example](/oss/python/integrations/text_embedding/cloudflare_workersai).

```python theme={null}
from langchain_cloudflare import CloudflareWorkersAIEmbeddings
```

## LLMs

See [installation instructions and usage example](/oss/python/integrations/llms/cloudflare_workersai).

```python theme={null}
from langchain_community.llms.cloudflare_workersai import CloudflareWorkersAI
```
