Cloudflare Workers AI
Cloudflare Workers AI runs a catalog of open models — Llama, Gemma, Qwen, Mistral, and more — on Cloudflare’s network. You can connect it as a service and its models join the picker alongside everything else.
Cloudflare works a little differently from the other providers. Its OpenAI-compatible endpoint has no “list my models” call, so instead of importing a whole provider’s models at once, Catalyst gives you a search-and-add flow: you search Cloudflare’s catalog and add the models you’ll actually use, one at a time.
Get your Account ID and API token
Section titled “Get your Account ID and API token”You need two things from the Cloudflare dashboard.
-
Account ID. In the Cloudflare dashboard, open Workers & Pages (or your account home). Your Account ID is the hex string in the page URL, and it’s shown on the account overview — copy it.
-
API token. Create an API token with Workers AI permissions. The dashboard’s Workers AI token template is the simplest choice — it grants read access to the model catalog and permission to run models, which is exactly what Catalyst needs. Copy the token when it’s shown (you won’t be able to see it again).
Add the Cloudflare service
Section titled “Add the Cloudflare service”-
Open AI Services from the sidebar and click Add Service.
-
Choose the Cloudflare tab.
-
Paste your Account ID and API Token. Optionally give the service a display name (it defaults to “Cloudflare Workers AI”). Catalyst builds the inference endpoint for you —
https://api.cloudflare.com/client/v4/accounts/{account_id}/ai/v1— so there’s nothing else to configure. -
Click Add Service. The service is created, but it has no models yet — that’s the next step.
Search the catalog and add models
Section titled “Search the catalog and add models”Open the new service. Because Cloudflare has no bulk import, you’ll see an Add Cloudflare Models panel instead of the usual “Refresh” button.
-
Type in the search box to search Cloudflare’s catalog — try a family name like
llama,gemma, orqwen. -
Click Add next to each model you want. Added models show a Added marker so you know they’re already in your list.
There’s no “import all” — you pick the models you’ll use. Add as many as you like; you can come back and search for more any time.
Use your models
Section titled “Use your models”Each model you add behaves like any other model in Catalyst. It appears in the chat model picker — select one and start chatting — and it’s available to workflow LLM and agent nodes too. Set a default or pin the ones you reach for most.
Your keys stay server-side
Section titled “Your keys stay server-side”Cloudflare models are added as standard proxied models, so your API token stays on the workspace and is never exposed in the browser — the model is called through Catalyst, not directly from your screen. That also makes them safe for an admin to curate into the public catalog for everyone on the workspace, the same as any other provider.
- Adding a provider — connect OpenAI, Anthropic, Mistral, Ollama, or one of ~20 other providers.
- Models & providers — see everything your workspace offers and set your defaults.