Skip navigation links
A C D G I L O R U 

A

AuthenticationInterceptor - Class in com.theokanning.openai
OkHttp Interceptor that adds an authorization token header

C

cancelFineTune(String) - Method in interface com.theokanning.openai.OpenAiApi
 
cancelFineTune(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
com.theokanning.openai - package com.theokanning.openai
 
createChatCompletion(ChatCompletionRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createChatCompletion(ChatCompletionRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createChatCompletionStream(ChatCompletionRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createCompletion(CompletionRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createCompletion(String, CompletionRequest) - Method in interface com.theokanning.openai.OpenAiApi
Deprecated.
createCompletion(CompletionRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createCompletion(String, CompletionRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
createCompletionStream(CompletionRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createEdit(EditRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createEdit(String, EditRequest) - Method in interface com.theokanning.openai.OpenAiApi
Deprecated.
createEdit(EditRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createEdit(String, EditRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
createEmbeddings(EmbeddingRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createEmbeddings(String, EmbeddingRequest) - Method in interface com.theokanning.openai.OpenAiApi
Deprecated.
createEmbeddings(EmbeddingRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createEmbeddings(String, EmbeddingRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
createFineTune(FineTuneRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createFineTune(FineTuneRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createFineTuneCompletion(CompletionRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createFineTuneCompletion(CompletionRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createImage(CreateImageRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createImage(CreateImageRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createImageEdit(RequestBody) - Method in interface com.theokanning.openai.OpenAiApi
 
createImageEdit(CreateImageEditRequest, String, String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createImageEdit(CreateImageEditRequest, File, File) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createImageVariation(RequestBody) - Method in interface com.theokanning.openai.OpenAiApi
 
createImageVariation(CreateImageVariationRequest, String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createImageVariation(CreateImageVariationRequest, File) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
createModeration(ModerationRequest) - Method in interface com.theokanning.openai.OpenAiApi
 
createModeration(ModerationRequest) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 

D

deleteFile(String) - Method in interface com.theokanning.openai.OpenAiApi
 
deleteFile(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
deleteFineTune(String) - Method in interface com.theokanning.openai.OpenAiApi
 
deleteFineTune(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 

G

getEngine(String) - Method in interface com.theokanning.openai.OpenAiApi
Deprecated.
getEngine(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
getEngines() - Method in interface com.theokanning.openai.OpenAiApi
Deprecated.
getEngines() - Method in class com.theokanning.openai.OpenAiService
Deprecated.
getModel(String) - Method in interface com.theokanning.openai.OpenAiApi
 
getModel(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 

I

intercept(Interceptor.Chain) - Method in class com.theokanning.openai.AuthenticationInterceptor
 

L

listFiles() - Method in interface com.theokanning.openai.OpenAiApi
 
listFiles() - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
listFineTuneEvents(String) - Method in interface com.theokanning.openai.OpenAiApi
 
listFineTuneEvents(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
listFineTunes() - Method in interface com.theokanning.openai.OpenAiApi
 
listFineTunes() - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
listModels() - Method in interface com.theokanning.openai.OpenAiApi
 
listModels() - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 

O

OpenAiApi - Interface in com.theokanning.openai
 
OpenAiService - Class in com.theokanning.openai
Deprecated.
OpenAiService(String) - Constructor for class com.theokanning.openai.OpenAiService
Deprecated.
Creates a new OpenAiService that wraps OpenAiApi
OpenAiService(String, int) - Constructor for class com.theokanning.openai.OpenAiService
OpenAiService(String, Duration) - Constructor for class com.theokanning.openai.OpenAiService
Deprecated.
Creates a new OpenAiService that wraps OpenAiApi
OpenAiService(String, String, Duration) - Constructor for class com.theokanning.openai.OpenAiService
Deprecated.
Creates a new OpenAiService that wraps OpenAiApi
OpenAiService(OpenAiApi) - Constructor for class com.theokanning.openai.OpenAiService
Deprecated.
Creates a new OpenAiService that wraps OpenAiApi

R

retrieveFile(String) - Method in interface com.theokanning.openai.OpenAiApi
 
retrieveFile(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
retrieveFineTune(String) - Method in interface com.theokanning.openai.OpenAiApi
 
retrieveFineTune(String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 

U

uploadFile(RequestBody, MultipartBody.Part) - Method in interface com.theokanning.openai.OpenAiApi
 
uploadFile(String, String) - Method in class com.theokanning.openai.OpenAiService
Deprecated.
 
A C D G I L O R U 
Skip navigation links