1. 1. Quick Start Guide
DMC GATEWAY DOCS EN
  • Welcome
  • 1. Quick Start Guide
    • Registration & Login
    • Token Management
    • Account Settings
    • Pricing
    • Quota & Top-up
  • 3. Developer Code Integration
    • Native OpenAI Format
      • Chat Completions Format
      • Responses Format
    • Native Claude Format
      POST
  • 4. Common Client Configuration
    • OpenCode Configuration Guide
    • OpenAI Codex Installation & Configuration Guide
    • AnythingLLM Configuration Guide
    • Claude Code Configuration Guide
    • TypingMind Configuration Guide
    • n8n Configuration Guide
    • OpenClaw Installation & Configuration Guide
    • Hermes Agent Configuration Guide
  • 6. Troubleshooting
    • Common Misconceptions
    • Common Usage FAQ
  1. 1. Quick Start Guide

Token Management

Tokens are credentials for calling APIs. Each token can have independently configured permission scopes and quota limits. Click "Tokens" in the left navigation, or visit /console/token directly.
image.png
The token list displays all created tokens, including name, status, used quota, remaining quota, expiration time, and other information.

Create Token#

Basic Configuration#

1.
Click the "Create Token" button in the top right corner of the token list page. A creation dialog will appear.
2.
Enter a token name (recommended to name by purpose, such as "Production" or "Testing").
image.png

Advanced Configuration Options#

Configure the following options as needed:
ConfigurationDescription
Expiration TimeSet validity period. Leave empty or set to -1 for never expiring
Remaining QuotaLimit the maximum quota this token can consume. Token automatically deactivates when exceeded
Unlimited QuotaWhen enabled, no quota restrictions apply (still subject to account total quota)
Model RestrictionsRestrict this token to specific models only. Leave empty for no restrictions
IP WhitelistRestrict source IPs allowed to use this token. Leave empty for no restrictions
GroupSpecify the channel group for this token

Save Token Key#

Click "Submit." The dialog will display the complete token key. Copy and save it immediately. You cannot view the complete key again after closing the dialog.
image.png

Edit Token#

Find the target token in the token list, click the "Edit" button on the right side to modify the token's configuration options (excluding the token key itself).
image.png

Delete Token#

Find the target token in the token list, click the "Delete" button on the right side. After confirmation, the token is immediately invalidated and cannot be recovered.
image.png
FAQ
1.
Why did my API call fail?
Please confirm that the Base URL is set to https://dmc.cc
2.
Are there concurrency limits?
DMC does not impose hard limits. All model accounts are shared among all users. You may encounter 429 or 500 errors during peak hours.
3.
Which models do tokens support?
Supports mainstream models such as Deepseek, Minimax, Kimi, GLM, and Doubao.
修改于 2026-05-13 18:40:30
上一页
Registration & Login
下一页
Account Settings
Built with