Choose for each workload
Use a frontier model for difficult planning, a fast provider for routine turns, or a local model when privacy and offline access matter most.
// 20 providers
PasClaw normalizes a broad provider catalog behind one agent interface, making it practical to mix frontier APIs with local and self-hosted models.
Use a frontier model for difficult planning, a fast provider for routine turns, or a local model when privacy and offline access matter most.
Ordered fallback chains can route around rate limits and transient provider failures without changing the surrounding application.
PasClaw translates provider-specific tool calling, streaming, and response formats into the same internal loop.
Provider selection lives in configuration, so applications and tool implementations do not need to be rewritten when models change.
From the documentation
Implementation notes drawn from the PasClaw repository documentation.
The catalog groups cloud, local, and self-hosted providers behind Anthropic, OpenAI, and Gemini protocol families.
Provider-specific caching controls reduce repeated prompt cost, while web search is configured as its own provider layer.
Common questions
Keep exploring
See how the rest of PasClaw fits together.