Use this page when the default routing or validation behavior is not enough for the workload.Documentation Index
Fetch the complete documentation index at: https://docs.cascadeflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Customization Areas
| Area | Deep guide | Example |
|---|---|---|
| Custom cascades | custom_cascade.md | examples/custom_cascade.py |
| Custom validation | custom_validation.md | examples/custom_validation.py |
| Semantic quality and domain signals | quickstart.md | examples/semantic_quality_domain_detection.py |
| Rate or budget strategies | user-budget-tracking.md | examples/rate_limiting_usage.py |
Guidance
- Start with defaults or presets.
- Only add custom routing when the workload has clear domain or policy needs.
- Prefer example-backed patterns over ad hoc implementation.