Class InputTokenServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.responses.InputTokenService
public final class InputTokenServiceImpl implements InputTokenService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInputTokenServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InputTokenService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InputTokenServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InputTokenCountResponsecount(InputTokenCountParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InputTokenService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InputTokenService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
count
InputTokenCountResponse count(InputTokenCountParams params, RequestOptions requestOptions)
-
-
-
-