OpenAI-compatible multi-model API gateway

JBBToken lets developers and AI tool users connect multiple AI models with one Base URL and one API key. It is designed for Cursor, Claude Code, Codex, OpenWebUI, Chatbox, Cherry Studio, automation scripts and small AI apps.

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

FieldValue
Base URLhttps://jbbtoken.cn/v1
API KeyYour JBBToken key, usually starting with sk-
Provider TypeOpenAI-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