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 available as unlimited access for €6/month or €60/year; subscribing helps fund continued AISBF development and infrastructure while this one-human project is still demo-stage.