Comment by kentonv
4 hours ago
Not intentionally, we just haven't gotten around to expanding the provider list beyond what we use regularly.
There is ollama (local LLM) support in there.
But we'll probably expand it to everything pi-agent-core supports, just need some UI work.
I'm talking about setting up one provider for the entire OS not about BYOK per user. Right now only cloudflare AI gateway is supported and in it you hardcoded it to US providers. Plus your AI workers and from your model you only supporting two.
The code currently supports Anthropic, OpenAI, Gemini, Workers AI, and ollama as AI providers.
It additionally optionally supports sending all requests through Cloudflare AI Gateway as a proxy. The same set of providers is supported either way, but when you configure AI Gateway, we assume you intend to install side-wide API keys into the gateway. The idea here is that you're setting up the gateway for your entire company, and you want all users to use the same keys. So we no longer let individual users configure their own keys in this mode -- instead they can choose from among the providers you have configured site-wide.
We will expand the provider list soon.