Common Questions
On this page, we will answer some common questions we often get asked, along with other general questions we think you should know the answers to.
Common questions about products and services
APIs:
When will API limits reset?
API limits reset on the first of each month. This allows for constant uninterrupted access to our APIs. For example: if you have started your API usage on the 15th of August, your call limits will still reset on the first of each month, meaning, the first of September.
When you reach your API limit, or you don't have any more calls available, what will happen?
When you reach your API call limit, limited either by rate or you don't have any more calls available, the API will return an error, stating either of the 2 cases. During rate limits, it is not counted as an actual API call, since you have not yet gained access to the APIs resources.
Calling the API multiple times after being rate-limited, may result in temporary or permanent action against your account.
Can APIs be called from multiple programming languages?
Yes, our APIs work cross-platform and across a variety of programming languages. Just be sure to pass the correct parameters to the API in order to get a successful API call.
If I initiate a normal API call and it fails due to an error in my implementation, does it cost an API call?
Yes, if the API is live and working, with no errors on our end, it will cost an API call since you have invoked the API. Errors such as implementation errors, like failure to call the actual API, will not cost an API call. Parameter errors like missing or invalid parameters does cost an API call, since it still calls the API.
This is why we created Developer API calls, since they can help you to quickly debug your implementation, before running in production environments.
Are there free API calls?
Yes, all accounts are registered with the free plan upon sign-up. With the free plan, you get free monthly API calls, that you can use on various APIs, across our platform. You can increase your limits either by purchasing a premium plan, or by purchasing more calls. API calls reset on the first of each month.
OPEN-ARC:
What is OPEN-ARC?
OPEN-ARC is a collaborative AI research project where we release basic implementations, and sometimes base models to solve certain 'challenges'. It is beginner-friendly, and we host leaderboards for each project, driving users to outperform the previous implementation.
Are the base models free to use?
Personally yes, commercially no. Other users' models, implementations, and code inside of our OPEN-ARC project are subject to the copyright license of their respective owners/maintainers/developers. Our models, implementations and code however, are subjected to the license found at: https://github.com/Infinitode/OPEN-ARC/blob/main/LICENSE.md
How often are projects added to OPEN-ARC?
We try our best to release a new project each second week, but it may sometimes take a bit longer.
Last updated