AISBFAI Service Broker Framework — AI Should Be Free
Keep sensitive prompts on local or self-hosted backends while still using hosted providers for general work.

ollama pull llama3.1
ollama serve
curl http://localhost:11434/api/tagsAdd an Ollama/OpenAI-compatible provider named private-local.
curl -X POST -H "Authorization: Bearer $AISBF_API_TOKEN" -H "Content-Type: application/json" \
-d '{"model":"user-provider/private-local/llama3.1","messages":[{"role":"user","content":"Summarize this internal incident log."}]}' \
"https://aisbf.cloud/api/u/$AISBF_USERNAME/chat/completions"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.