Serialized Form

  • Package xyz.felh.openai

  • Package xyz.felh.openai.bean

    • Class xyz.felh.openai.bean.ResponseHeaders

      class ResponseHeaders extends Object implements Serializable
      • Serialized Fields

        • limitRequests
          Integer limitRequests
          The maximum number of requests that are permitted before exhausting the rate limit. UNIT: RPM
        • limitTokens
          Integer limitTokens
          The maximum number of tokens that are permitted before exhausting the rate limit. UNIT: TPM
        • model
          String model
        • organization
          String organization
        • processingMs
          Integer processingMs
        • remainingRequests
          Integer remainingRequests
          The remaining number of requests that are permitted before exhausting the rate limit.
        • remainingTokens
          Integer remainingTokens
          The remaining number of tokens that are permitted before exhausting the rate limit.
        • requestId
          String requestId
          requestId
        • resetRequests
          String resetRequests
          The time until the rate limit (based on requests) resets to its initial state.
        • resetTokens
          String resetTokens
          The time until the rate limit (based on tokens) resets to its initial state.
        • version
          String version