Multi-account aggregation is one of the core strengths of Grok Playground and the configuration steps are as follows:
- Obtain multiple valid Grok3 API keys (need to make sure each account is not banned)
- Find the configuration file in the project directory (refer to the project README document for the exact location)
- Example structure for adding account information using JSON format:
{ "accounts": [ {"key": "你的第一个API密钥"}, {"key": "你的第二个API密钥"} ] } - Restart the service after saving the configuration file
System work logic:
- Automatically use accounts in the order in which they are configured
- Seamless switching to the next available account when the current account limit is detected to be depleted
- All accounts will be prompted to replenish with a new account when they are depleted.
This feature is particularly suitable for team sharing or high-frequency usage scenarios, effectively avoiding service interruptions caused by single account limits.
This answer comes from the articleServerless rapid deployment Grok3 domestic mirror siteThe































