Serialized Form
-
Package xyz.felh.openai
-
Class xyz.felh.openai.DeleteResponse
class DeleteResponse extends Object implements Serializable -
Class xyz.felh.openai.OpenAiApiListResponse
class OpenAiApiListResponse extends Object implements Serializable -
Class xyz.felh.openai.OpenAiApiObjectWithId
class OpenAiApiObjectWithId extends Object implements Serializable -
Class xyz.felh.openai.OpenAiError
class OpenAiError extends Object implements Serializable-
Serialized Fields
-
error
OpenAiError.ErrorDetail error
-
-
-
Class xyz.felh.openai.OpenAiError.ErrorDetail
class ErrorDetail extends Object implements Serializable -
Exception Class xyz.felh.openai.OpenAiHttpException
class OpenAiHttpException extends RuntimeException implements Serializable -
Class xyz.felh.openai.Usage
class Usage extends Object implements Serializable
-
-
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
-
-
-