Compat endpoint default
The cloudflare row points at the OpenAI-shape endpoint with a default of workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast. The gateway handles <provider>/<model> routing on the other side.
// Cloudflare AI Gateway
Cloudflare AI Gateway lands in the PasClaw catalog as three rows. cloudflare uses the OpenAI-compat endpoint with the gateway's <provider>/<model> routing. cloudflare-anthropic and cloudflare-gemini are native passthroughs that carry each provider's own auth header. The catalog is the only change — existing provider units already handle the wire shape.
The cloudflare row points at the OpenAI-shape endpoint with a default of workers-ai/@cf/meta/llama-3.3-70b-instruct-fp8-fast. The gateway handles <provider>/<model> routing on the other side.
cloudflare-anthropic and cloudflare-gemini are passthroughs that preserve each provider's native wire shape and auth header, so cache_control, tool-call shapes, and streaming behaviour match the upstream provider exactly.
These rows are catalog-only. Once api_base is set, the existing Anthropic, OpenAI, and Gemini provider units do all the wire work — no new code paths to learn.
From the documentation
Implementation notes drawn from the PasClaw repository documentation.
Catalog-only — once api_base is set the existing provider units do the wire work.
Common questions
Keep exploring
See how the rest of PasClaw fits together.