1. I clearly have a large balance, but why does it say my token is unusable?#
Please check the following two points:Token limit: The token may have a limit set. You need to remove the limit before you can use it.
Account balance: The account balance is independent of the token limit. The token must be set with an unlimited limit to function properly.
2. Why is my key unusable? API calls are unresponsive?#
The most common cause is an incorrect Base URL setting.Change the Base URL to: https://api.fuhuapi.com.
3. What are the limits on API requests? Does running multiple keys together increase concurrency?#
A single key has no RPM/TPM limits:
Global node load balancing: Ensures optimal call processing and minimal latency.
Concurrency limits for multiple keys: Same as for a single key; they do not stack.
No grouping restrictions: No VIP node grouping restrictions. Extremely high concurrency calls are welcome!
4. Are there any concurrency limits or RPM/TPM limits for a single key?#
There are no limits. TheedgeAPI supports extremely high concurrency, with absolutely no limit.
5. How do I fill in the parameters for a new token?#
2.
Click the "Set to Unlimited" button.
3.
Select the corresponding option in the Token Group field. Each group supports production-grade calls.
6. Why does the API call return "Invalid Token"?#
The most common reason is that the base URL has not been modified.Using the official OpenAI base URL by default can cause this issue.
Solution: Change the base URL to https://api.fuhuapi.com/v1.
7. How to analyze images?#
1.
Convert the local image to base64 format.
2.
Call the API for analysis.
Modified at 2025-10-15 14:07:47