AISBF Logo AISBF

AI Service Broker Framework — AI Should Be Free

AISBF tutorial

Add AI Provider Failover and Smart Routing with AISBF

Use rotations and autoselect routes to survive rate limits, outages, quota exhaustion, and model changes.

Rotations dashboard: stable route names backed by multiple providers/models.
Rotations dashboard: stable route names backed by multiple providers/models.

1. Create a rotation

Open Rotations, add support-writing, then add provider/model members.

{"model":"user-rotation/support-writing","messages":[{"role":"user","content":"Draft a polite refund reply."}]}

2. Keep fallback boring

Autoselect dashboard: route requests by task description.
Autoselect dashboard: route requests by task description.

3. Use autoselect

curl -X POST -H "Authorization: Bearer $AISBF_API_TOKEN" -H "Content-Type: application/json" \
  -d '{"model":"user-autoselect/default","messages":[{"role":"user","content":"Review this incident timeline."}]}' \
  "https://aisbf.cloud/api/u/$AISBF_USERNAME/chat/completions"

Try AISBF

AISBF is open source and also available as a hosted service. During the current testing period, hosted Pro is temporarily available as unlimited access for €2/month.