check_api_quota_fit
Work out which verified free LLM API tiers can actually carry a given workload. Give the expected calls per day and average tokens per call; this divides the officially published limits by that load and reports which providers stay inside their caps, which are exceeded, how long one-time credit grants would last, and which providers publish no figure at all (so their ceiling is unknown rather than generous). Use this instead of guessing whether a free tier is 'enough'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Data language, default en | |
| tokens_per_call | Yes | Average tokens per call, input plus output | |
| requests_per_day | Yes | Expected API calls per day |