AISBFAI Service Broker Framework — AI Should Be Free
Call image, audio, video, embedding, and advanced provider endpoints through AISBF instead of writing one proxy per provider.

AISBF exposes a broad function/interface proxy surface for non-chat workloads: authenticate once, pick a model route, and AISBF forwards to the provider-specific endpoint.
POST /api/u/$AISBF_USERNAME/images/generations
POST /api/u/$AISBF_USERNAME/audio/speech
POST /api/u/$AISBF_USERNAME/video/generations
POST /api/u/$AISBF_USERNAME/embeddingscurl -X POST -H "Authorization: Bearer $AISBF_API_TOKEN" -H "Content-Type: application/json" \
-d '{"model":"user-provider/image-backend/sdxl","prompt":"dark cyberpunk control plane dashboard","size":"1024x1024"}' \
"https://aisbf.cloud/api/u/$AISBF_USERNAME/images/generations"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.