AISBF Logo AISBF

AI Service Broker Framework — AI Should Be Free

AISBF tutorial

Use the AISBF BFInX / Studio Proxy Surface

Call image, audio, video, embedding, and advanced provider endpoints through AISBF instead of writing one proxy per provider.

Studio page showing bindings between task surfaces and provider/model routes.
Studio page showing bindings between task surfaces and provider/model routes.

What “BFInX proxy” means here

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.

User-scoped endpoints

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/embeddings

Image generation example

curl -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"

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.