1. 6. Troubleshooting
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. 6. Troubleshooting

Common Misconceptions

Fix DMC token and key issues: Remove token quota limits, set the correct Base URL, avoid invalid token errors, and understand concurrency and RPM/TPM behavior.

1. Why can't I use my token even though I have sufficient balance?#

Please check the following two points:
Token Quota Limit: The token may have a quota cap set. You need to remove it before continuing to use.
Account Balance: Account balance and token quota are independent of each other. The token needs to be set to unlimited quota to work properly.

2. Why doesn't my Key work? Why is there no response when calling the API?#

The most common cause is incorrect Base URL setting.
Solution:
Change the Base URL to: https://dmc.cc.

3. What are the request limits? Does using multiple Keys simultaneously increase concurrency?#

No RPM/TPM limit for single Key:
Theoretical concurrency capacity:
TPM up to 50 million.
RPM up to 30,000.
Global node load balancing: Ensures optimal call performance and lowest latency.
Concurrency limit for multiple Keys: Same as single Key. Does not stack.
No group restrictions: No VIP node group restrictions. High concurrency calls are welcome!

4. Will a single Key have concurrency or RPM/TPM limits?#

Absolutely no limits. DMC supports extremely high concurrency with no upper limit.

5. Why does the API call return "invalid token"?#

The most common cause is that the Base URL has not been modified.
Using the default OpenAI official Base URL will cause this issue.
Solution: Change the Base URL to https://dmc.cc.

修改于 2026-05-14 12:46:12
上一页
Hermes Agent Configuration Guide
下一页
Common Usage FAQ
Built with