Athina AI · Rate Limits

Athina Rate Limits

Athina AI does not publish explicit numeric request-per-minute rate limits in its public API reference. The primary usage constraint is the per-plan monthly log allowance (10k logs/month on the free tier; unlimited on Pro and Enterprise). Dataset writes are bounded by a 1000-row-per-dataset cap and an add-rows batch limit. Specific per-endpoint throttling values are not documented and are not reconciled in this artifact.

Athina Rate Limits is the machine-readable rate-limit profile for Athina AI on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 4 rate-limit definitions, measuring logs, rows, and requests.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include AI, LLM, Observability, Evaluation, and Monitoring.

4 Limits Throttle: 429
AILLMObservabilityEvaluationMonitoringRate LimitingQuotasThrottling

Limits

Monthly Logs (Free) account
logs
10000
Free tier monthly log allowance; unlimited on Pro and Enterprise.
Dataset Rows dataset
rows
1000
Maximum number of rows per dataset.
Add Rows Batch request
rows
1000
Rows submitted per add-rows request; values must be type-consistent.
Per-Endpoint Request Rate account
requests
see provider documentation
No public RPM/TPM values documented; verify with Athina support.

Policies

Plan-Based Allowances
Usage is primarily governed by per-plan monthly log allowances rather than per-minute request caps.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources