Skip to content

Q: What is bsf.ai?

bsf.ai is an AI API gateway for developers and teams. It provides one OpenAI-compatible endpoint for supported models, plus API key management, usage visibility, wallet billing, and tool setup guides.

Q: What models are supported?

bsf.ai supports mainstream model families such as Claude, GPT, Gemini, DeepSeek, and more as they become available through the platform.

Q: How do I get an API key?

After logging in, go to Console → API Keys, and click Create Key to generate one. Keep your key safe and do not share it.

Q: What calling methods are supported?

Use OpenAI-compatible SDKs, IDE plugins, coding agents, or direct HTTP requests. In most clients, set the Base URL to https://api.bsf.ai and use your bsf.ai API key.

Q: What if I run out of quota?

Go to Console → Top Up to recharge your wallet, or contact support if your team needs a larger account setup.

Q: How do I view usage records?

Go to Console → Logs to review model, token usage, latency, and cost details for API calls.

Q: Does bsf.ai store my code?

bsf.ai routes API requests to supported upstream providers. Do not send secrets or private credentials in prompts, and review each provider's data policy for the models you use.

Q: How to troubleshoot connection issues?

  1. Check if environment variables are set correctly
  2. Confirm the API key is valid and has available quota
  3. Check if the request URL is correct (don't forget the /v1 path)