Class OpenAIClientAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.client.OpenAIClientAsync.WithRawResponse
public final class OpenAIClientAsyncImpl.WithRawResponseImpl implements OpenAIClientAsync.WithRawResponse
-
-
Method Summary
-
-
Method Detail
-
withOptions
OpenAIClientAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
completions
CompletionServiceAsync.WithRawResponse completions()
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
-
embeddings
EmbeddingServiceAsync.WithRawResponse embeddings()
Get a vector representation of a given input that can be easily consumed by machine learning models and algorithms.
-
files
FileServiceAsync.WithRawResponse files()
Files are used to upload documents that can be used with features like Assistants and Fine-tuning.
-
images
ImageServiceAsync.WithRawResponse images()
Given a prompt and/or an input image, the model will generate a new image.
-
moderations
ModerationServiceAsync.WithRawResponse moderations()
Given text and/or image inputs, classifies if those inputs are potentially harmful.
-
models
ModelServiceAsync.WithRawResponse models()
List and describe the various models available in the API.
-
fineTuning
FineTuningServiceAsync.WithRawResponse fineTuning()
-
graders
GraderServiceAsync.WithRawResponse graders()
-
vectorStores
VectorStoreServiceAsync.WithRawResponse vectorStores()
-
webhooks
WebhookServiceAsync.WithRawResponse webhooks()
-
batches
BatchServiceAsync.WithRawResponse batches()
Create large batches of API requests to run asynchronously.
-
uploads
UploadServiceAsync.WithRawResponse uploads()
Use Uploads to upload large files in multiple parts.
-
responses
ResponseServiceAsync.WithRawResponse responses()
-
realtime
RealtimeServiceAsync.WithRawResponse realtime()
-
conversations
ConversationServiceAsync.WithRawResponse conversations()
Manage conversations and conversation items.
-
evals
EvalServiceAsync.WithRawResponse evals()
Manage and run evals in the OpenAI platform.
-
containers
ContainerServiceAsync.WithRawResponse containers()
-
skills
SkillServiceAsync.WithRawResponse skills()
-
videos
VideoServiceAsync.WithRawResponse videos()
-
-
-
-