JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
G
I
L
M
O
R
S
U
A
AuthenticationInterceptor
- Class in
com.theokanning.openai
Deprecated.
Use
AuthenticationInterceptor
AuthenticationInterceptor
- Class in
com.theokanning.openai.client
OkHttp Interceptor that adds an authorization token header
AuthenticationInterceptor(String)
- Constructor for class com.theokanning.openai.client.
AuthenticationInterceptor
B
billingUsage(LocalDate, LocalDate)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
C
cancelFineTune(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
cancelFineTuningJob(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
cancelRun(String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
com.theokanning.openai
- package com.theokanning.openai
com.theokanning.openai.client
- package com.theokanning.openai.client
createAssistant(AssistantRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createAssistantFile(String, AssistantFileRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createChatCompletion(ChatCompletionRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createChatCompletionStream(ChatCompletionRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createCompletion(CompletionRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createCompletion(String, CompletionRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
createCompletionStream(CompletionRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createEdit(EditRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createEdit(String, EditRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
createEmbeddings(EmbeddingRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createEmbeddings(String, EmbeddingRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
createFineTune(FineTuneRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
createFineTuneCompletion(CompletionRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createFineTuningJob(FineTuningJobRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createImage(CreateImageRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createImageEdit(RequestBody)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createImageVariation(RequestBody)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createMessage(String, MessageRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createModeration(ModerationRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createRun(String, RunCreateRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createSpeech(CreateSpeechRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createThread(ThreadRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createThreadAndRun(CreateThreadAndRunRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createTranscription(RequestBody)
- Method in interface com.theokanning.openai.client.
OpenAiApi
createTranslation(RequestBody)
- Method in interface com.theokanning.openai.client.
OpenAiApi
D
deleteAssistant(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
deleteAssistantFile(String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
deleteFile(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
deleteFineTune(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
deleteThread(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
G
getEngine(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
getEngines()
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
getModel(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
I
intercept(Interceptor.Chain)
- Method in class com.theokanning.openai.client.
AuthenticationInterceptor
L
listAssistantFiles(String, Map<String, Object>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listAssistants(Map<String, Object>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listFiles()
- Method in interface com.theokanning.openai.client.
OpenAiApi
listFineTuneEvents(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
listFineTunes()
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
listFineTuningJobEvents(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listFineTuningJobs()
- Method in interface com.theokanning.openai.client.
OpenAiApi
listMessageFiles(String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listMessageFiles(String, String, Map<String, Object>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listMessages(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listMessages(String, Map<String, Object>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listModels()
- Method in interface com.theokanning.openai.client.
OpenAiApi
listRuns(String, Map<String, String>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
listRunSteps(String, String, Map<String, String>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
M
modifyAssistant(String, ModifyAssistantRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
modifyMessage(String, String, ModifyMessageRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
modifyRun(String, String, Map<String, String>)
- Method in interface com.theokanning.openai.client.
OpenAiApi
modifyThread(String, ThreadRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
O
OpenAiApi
- Interface in
com.theokanning.openai.client
OpenAiApi
- Interface in
com.theokanning.openai
Deprecated.
Use
OpenAiApi
R
retrieveAssistant(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveAssistantFile(String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveFile(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveFileContent(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveFineTune(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
retrieveFineTuningJob(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveMessage(String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveMessageFile(String, String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveRun(String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveRunStep(String, String, String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
retrieveThread(String)
- Method in interface com.theokanning.openai.client.
OpenAiApi
S
submitToolOutputs(String, String, SubmitToolOutputsRequest)
- Method in interface com.theokanning.openai.client.
OpenAiApi
subscription()
- Method in interface com.theokanning.openai.client.
OpenAiApi
Deprecated.
U
uploadFile(RequestBody, MultipartBody.Part)
- Method in interface com.theokanning.openai.client.
OpenAiApi
A
B
C
D
G
I
L
M
O
R
S
U
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes