Token Supplier Configuration

Add and configure upstream AI providers to support API Key creation

Token suppliers are AI model service platforms. Before creating an API Key, complete supplier configuration first.

Supplier List

Log in to the management console and navigate to "Gateway Management" → "Token Suppliers".

Figure 1: Token Supplier Management List

Figure 1: Token Supplier Management List

List Field Description

FieldDescription
Supplier NameCustom supplier name, e.g., "Aliyun-Qwen"
Supplier TypeDisplayed as a blue badge, e.g., Deepseek API, Aliyun Bailian API
StatusGreen for "Active", gray for "Disabled"
ModelModel list supported by this supplier, with +N badge for more
UsageUse model@supplier_type format in the model parameter.
示例:"model": "qwen3.7-max-preview@aliyun-beijing"
PriorityLower numbers = higher priority. Default 100.
Personal KeyGreen for "Supported", gray for "Not Supported"
ActionsEdit, enable/disable, delete

Search & Filter

Search and filter options are available above the list:

  • Name search: enter supplier name keyword
  • Type filter: filter by supplier type
  • Status filter: filter by "Active" or "Disabled"
  • Click "Reset" to clear all filters

Add Supplier

1

Open the Add Form

Click the "Add Supplier" button in the top-right corner.

2

Fill in Supplier Info

Fill in the following information in the form:

FieldRequiredDescription
Token Supplier NameYes2-50 characters, e.g., "Aliyun-Qwen" or "Company Deepseek Account"
Supplier TypeYesSelect from dropdown, automatically fills the API Base URI. Built-in types: Deepseek API, Alibaba Cloud Bailian (Beijing/Singapore), Kimi, Volcengine Ark, MiniMax, GLM Zhipu, SiliconFlow, Tencent Cloud
API KeyYesObtained from the supplier platform, at least 10 characters. AI Gateway uses this Key to communicate with the upstream supplier
Usage PriorityNoLower number = higher priority, default 100. When multiple suppliers support the same model, the system selects the highest priority (smallest number) supplier first
Allow Personal KeyNoToggle button, enabled by default. When enabled, users can generate personal Keys for this supplier. When disabled, this supplier is not available for personal Key creation
3

Confirm Addition

After filling in all required fields, click "Submit".

Fill in Supplier Info

Figure 2: Add Supplier form

Figure 2: Add Supplier form

Edit Supplier

1

Enter Edit Mode

Click the "Edit" button in the actions column.

Advanced Edit Features

In edit mode, the following batch operations are available:

  • Sync Model ListPull the latest model list from the supplier API.
  • Sync to All KeysAdd this supplier to all API Keys.
  • Clear from All KeysRemove this supplier from all API Keys.

Enter Edit Mode

Figure 3: Edit supplier form

Figure 3: Edit supplier form

Beyond built-in standard supplier types, you can also create custom supplier types. For details, please refer to:Misc Settings → Custom AI Token Provider Type

Enable/Disable & Delete

  • Enable/Disable: Temporarily stop a supplier.
  • Delete: Permanently remove a supplier. This action is irreversible.

Next Steps

Start creating API Keys after configuring suppliers.