Hosted Providers
Cloudflare Workers AI
To use Open Interpreter with the Cloudflare Workers AI API, set the model
flag:
Supported Models
We support the following completion models from Cloudflare Workers AI:
- Llama-2 7b chat fp16
- Llama-2 7b chat int8
- Mistral 7b instruct v0.1
- CodeLlama 7b instruct awq
Required Environment Variables
Set the following environment variables (click here to learn how) to use these models.
Environment Variable | Description | Where to Find |
---|---|---|
CLOUDFLARE_API_KEY' | Cloudflare API key | Cloudflare Profile Page -> API Tokens |
CLOUDFLARE_ACCOUNT_ID | Your Cloudflare account ID | Cloudflare Dashboard -> Grab the Account ID from the url like: https://dash.cloudflare.com/?account= |