overview.md +5 −0
57- `x-ratelimit-remaining-tokens`57- `x-ratelimit-remaining-tokens`
58- `x-ratelimit-reset-requests`58- `x-ratelimit-reset-requests`
59- `x-ratelimit-reset-tokens`59- `x-ratelimit-reset-tokens`
60- `x-ratelimit-limit-project-tokens`
61- `x-ratelimit-remaining-project-tokens`
62- `x-ratelimit-reset-project-tokens`
63
64Project-token headers may be present when a project-scoped token limit applies.
60 65
61**OpenAI recommends logging request IDs in production deployments** for more efficient troubleshooting with the [support team](https://help.openai.com/en/), should the need arise. Official [client libraries](https://developers.openai.com/api/docs/libraries) provide a property on top-level response objects containing the value of the `x-request-id` header.66**OpenAI recommends logging request IDs in production deployments** for more efficient troubleshooting with the [support team](https://help.openai.com/en/), should the need arise. Official [client libraries](https://developers.openai.com/api/docs/libraries) provide a property on top-level response objects containing the value of the `x-request-id` header.
62 67