Package com.openai.client
Interface OpenAIClient.WithRawResponse
-
- All Implemented Interfaces:
public interface OpenAIClient.WithRawResponseA view of OpenAIClient that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletionService.WithRawResponsecompletions()abstract ChatService.WithRawResponsechat()abstract EmbeddingService.WithRawResponseembeddings()abstract FileService.WithRawResponsefiles()abstract ImageService.WithRawResponseimages()abstract AudioService.WithRawResponseaudio()abstract ModerationService.WithRawResponsemoderations()abstract ModelService.WithRawResponsemodels()abstract FineTuningService.WithRawResponsefineTuning()abstract VectorStoreService.WithRawResponsevectorStores()abstract BetaService.WithRawResponsebeta()abstract BatchService.WithRawResponsebatches()abstract UploadService.WithRawResponseuploads()abstract ResponseService.WithRawResponseresponses()-
-
Method Detail
-
completions
abstract CompletionService.WithRawResponse completions()
-
chat
abstract ChatService.WithRawResponse chat()
-
embeddings
abstract EmbeddingService.WithRawResponse embeddings()
-
files
abstract FileService.WithRawResponse files()
-
images
abstract ImageService.WithRawResponse images()
-
audio
abstract AudioService.WithRawResponse audio()
-
moderations
abstract ModerationService.WithRawResponse moderations()
-
models
abstract ModelService.WithRawResponse models()
-
fineTuning
abstract FineTuningService.WithRawResponse fineTuning()
-
vectorStores
abstract VectorStoreService.WithRawResponse vectorStores()
-
beta
abstract BetaService.WithRawResponse beta()
-
batches
abstract BatchService.WithRawResponse batches()
-
uploads
abstract UploadService.WithRawResponse uploads()
-
responses
abstract ResponseService.WithRawResponse responses()
-
-
-
-