In addition to error codes in responses, inspect HTTP response headers to trace requests and understand rate limiting. Below is a concise list of headers Aitronos returns with Freddy API responses.
aitronos-organization— Organization associated with the requestfreddy-processing-ms— Server processing time (milliseconds)freddy-api-version— API version used for this request (for example:2025-01-01)x-request-id— Unique request identifier (use for troubleshooting)
x-ratelimit-limit-requestsx-ratelimit-remaining-requestsx-ratelimit-reset-requestsx-ratelimit-limit-tokensx-ratelimit-remaining-tokensx-ratelimit-reset-tokens
- Log
x-request-idin production for faster support triage - Capture processing time (
freddy-processing-ms) for performance monitoring - Surface remaining limits in logs/dashboards to anticipate throttling
Verbose curl example:
curl -v https://api.freddy.aitronos.com/v1/models \\
-H "Authorization: Bearer $FREDDY_API_KEY"SDKs expose the request ID on top-level responses where available; include it in bug reports to Aitronos support.