BFun
Live Β· 33 models online

BFun.bot LLM Gateway

A single OpenAI- & Anthropic-compatible endpoint for top-tier models from OpenAI, Anthropic, Google, Deepseek and more. Reload credit from your wallet β€” pay as you go.

Read the Docs β†’
From zero to your first call

Get Started with LLM Gateway

1

Connect with 𝕏

Sign in with your X account to spin up an embedded BSC wallet β€” no seed phrase to manage.

2

Get an API key

Create a key in Settings β†’ API Keys and enable LLM Gateway Access. Keys are prefixed bfbot_.

3

Top up credit

Top up straight from your wallet. One balance, pay-per-token across every model.

4

Make a call

Point any OpenAI/Anthropic SDK at the gateway base URL and pick a model. That's it.

# OpenAI-compatible chat completions
curl https://llm.bfun.bot/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-Api-Key: bfbot_YOUR_KEY" \
  -d '{
    "model": "gpt-5.4",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_tokens": 256
  }'
Full endpoint reference β€” chat, messages, models, balance & reload β€” in the docs β†’
Live network

Global Usage & Rankings

Total Requests
β€”
last 30 days
Total Tokens
β€”
last 30 days
Loading stats...
Integrations
BFunBot LLM Gateway Stats | BFunBot