Debugging requests
openai-organization
: The organization associated with the requestopenai-processing-ms
: Time taken processing your API requestopenai-version
: REST API version used for this request (currently 2020-10-01
)x-request-id
: Unique identifier for this API request (used in troubleshooting)x-ratelimit-limit-requests
x-ratelimit-limit-tokens
x-ratelimit-remaining-requests
x-ratelimit-remaining-tokens
x-ratelimit-reset-requests
x-ratelimit-reset-tokens
x-request-id
header.
Access raw response objects in SDKs
HttpClient
in C#), you should already have access to response headers as a part of the HTTP interface.x-ratelimit-limit-tokens
header) using our Python SDK.
x-ratelimit-limit-tokens
header) using our JavaScript SDK.