Quick Answer
JBBToken is an OpenAI-compatible API gateway. In most tools, set the Base URL to https://jbbtoken.cn/v1, paste your JBBToken API key, choose a model name, and start calling the API.
One Base URL
Use a single endpoint for OpenAI-compatible clients.
Multiple Models
Route requests to GPT/Codex, Claude, Chinese models and image models depending on your account setup.
Transparent Billing
Check balance, usage logs and billing details in the console.
Basic Setup
| Field | Value |
|---|---|
| Base URL | https://jbbtoken.cn/v1 |
| API Key | Your JBBToken key, usually starting with sk- |
| Provider Type | OpenAI-compatible / Custom OpenAI |
Code Example
curl https://jbbtoken.cn/v1/chat/completions \
-H "Authorization: Bearer sk-your-jbbtoken-key" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4-mini",
"messages": [{"role": "user", "content": "Say hello in one sentence."}]
}'Who It Is For
Cursor and Claude Code users
OpenWebUI and Chatbox users
Indie hackers and small AI apps
Developers testing multiple models
Automation script builders
Users who need clear usage logs
JBBToken