A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
L
- language() - function in com.openai.models.audio.transcriptions.TranscriptionCreateParams
- The language of the input audio.
- language() - function in com.openai.models.audio.transcriptions.TranscriptionCreateParams.Body
- The language of the input audio.
- language(com.openai.core.MultipartField) - function in com.openai.models.audio.transcriptions.TranscriptionCreateParams.Body.Builder
- Sets Builder.language to an arbitrary multipart value.
- language(java.lang.String) - function in com.openai.models.audio.transcriptions.TranscriptionCreateParams.Body.Builder
- The language of the input audio.
- language(com.openai.core.MultipartField) - function in com.openai.models.audio.transcriptions.TranscriptionCreateParams.Builder
- Sets Builder.language to an arbitrary multipart value.
- language(java.lang.String) - function in com.openai.models.audio.transcriptions.TranscriptionCreateParams.Builder
- The language of the input audio.
- language() - function in com.openai.models.audio.transcriptions.TranscriptionVerbose
- The language of the input audio.
- language(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.TranscriptionVerbose.Builder
- Sets Builder.language to an arbitrary JSON value.
- language(java.lang.String) - function in com.openai.models.audio.transcriptions.TranscriptionVerbose.Builder
- The language of the input audio.
- language() - function in com.openai.models.audio.translations.TranslationVerbose
- The language of the output translation (always
english
). - language(com.openai.core.JsonField) - function in com.openai.models.audio.translations.TranslationVerbose.Builder
- Sets Builder.language to an arbitrary JSON value.
- language(java.lang.String) - function in com.openai.models.audio.translations.TranslationVerbose.Builder
- The language of the output translation (always
english
). - LAST_MESSAGES - enum entry in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy.Type.Known
- LAST_MESSAGES - enum entry in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy.Type.Value
- LAST_MESSAGES - enum entry in com.openai.models.beta.threads.runs.Run.TruncationStrategy.Type.Known
- LAST_MESSAGES - enum entry in com.openai.models.beta.threads.runs.Run.TruncationStrategy.Type.Value
- LAST_MESSAGES - enum entry in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy.Type.Known
- LAST_MESSAGES - enum entry in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy.Type.Value
- lastActiveAt() - function in com.openai.models.vectorstores.VectorStore
- The Unix timestamp (in seconds) for when the vector store was last active.
- lastActiveAt(com.openai.core.JsonField) - function in com.openai.models.vectorstores.VectorStore.Builder
- Sets Builder.lastActiveAt to an arbitrary JSON value.
- lastActiveAt(java.util.Optional) - function in com.openai.models.vectorstores.VectorStore.Builder
- Alias for calling Builder.lastActiveAt with
lastActiveAt.orElse(null)
. - lastActiveAt(java.lang.Long) - function in com.openai.models.vectorstores.VectorStore.Builder
- Alias for Builder.lastActiveAt.
- lastActiveAt(java.lang.Long) - function in com.openai.models.vectorstores.VectorStore.Builder
- The Unix timestamp (in seconds) for when the vector store was last active.
- lastError() - function in com.openai.models.beta.threads.runs.Run
- The last error associated with this run.
- lastError(com.openai.core.JsonField) - function in com.openai.models.beta.threads.runs.Run.Builder
- Sets Builder.lastError to an arbitrary JSON value.
- lastError(com.openai.models.beta.threads.runs.Run.LastError) - function in com.openai.models.beta.threads.runs.Run.Builder
- The last error associated with this run.
- lastError(java.util.Optional) - function in com.openai.models.beta.threads.runs.Run.Builder
- Alias for calling Builder.lastError with
lastError.orElse(null)
. - lastError() - function in com.openai.models.beta.threads.runs.steps.RunStep
- The last error associated with this run step.
- lastError(com.openai.core.JsonField) - function in com.openai.models.beta.threads.runs.steps.RunStep.Builder
- Sets Builder.lastError to an arbitrary JSON value.
- lastError(com.openai.models.beta.threads.runs.steps.RunStep.LastError) - function in com.openai.models.beta.threads.runs.steps.RunStep.Builder
- The last error associated with this run step.
- lastError(java.util.Optional) - function in com.openai.models.beta.threads.runs.steps.RunStep.Builder
- Alias for calling Builder.lastError with
lastError.orElse(null)
. - lastError() - function in com.openai.models.vectorstores.files.VectorStoreFile
- The last error associated with this vector store file.
- lastError(com.openai.core.JsonField) - function in com.openai.models.vectorstores.files.VectorStoreFile.Builder
- Sets Builder.lastError to an arbitrary JSON value.
- lastError(com.openai.models.vectorstores.files.VectorStoreFile.LastError) - function in com.openai.models.vectorstores.files.VectorStoreFile.Builder
- The last error associated with this vector store file.
- lastError(java.util.Optional) - function in com.openai.models.vectorstores.files.VectorStoreFile.Builder
- Alias for calling Builder.lastError with
lastError.orElse(null)
. - lastId() - function in com.openai.models.responses.inputitems.ResponseItemList
- The ID of the last item in the list.
- lastId(com.openai.core.JsonField) - function in com.openai.models.responses.inputitems.ResponseItemList.Builder
- Sets Builder.lastId to an arbitrary JSON value.
- lastId(java.lang.String) - function in com.openai.models.responses.inputitems.ResponseItemList.Builder
- The ID of the last item in the list.
- lastMessages() - function in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy
- The number of most recent messages from the thread when constructing the context for the run.
- lastMessages(com.openai.core.JsonField) - function in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy.Builder
- Sets Builder.lastMessages to an arbitrary JSON value.
- lastMessages(java.util.Optional) - function in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy.Builder
- Alias for calling Builder.lastMessages with
lastMessages.orElse(null)
. - lastMessages(java.lang.Long) - function in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy.Builder
- Alias for Builder.lastMessages.
- lastMessages(java.lang.Long) - function in com.openai.models.beta.threads.ThreadCreateAndRunParams.TruncationStrategy.Builder
- The number of most recent messages from the thread when constructing the context for the run.
- lastMessages() - function in com.openai.models.beta.threads.runs.Run.TruncationStrategy
- The number of most recent messages from the thread when constructing the context for the run.
- lastMessages(com.openai.core.JsonField) - function in com.openai.models.beta.threads.runs.Run.TruncationStrategy.Builder
- Sets Builder.lastMessages to an arbitrary JSON value.
- lastMessages(java.util.Optional) - function in com.openai.models.beta.threads.runs.Run.TruncationStrategy.Builder
- Alias for calling Builder.lastMessages with
lastMessages.orElse(null)
. - lastMessages(java.lang.Long) - function in com.openai.models.beta.threads.runs.Run.TruncationStrategy.Builder
- Alias for Builder.lastMessages.
- lastMessages(java.lang.Long) - function in com.openai.models.beta.threads.runs.Run.TruncationStrategy.Builder
- The number of most recent messages from the thread when constructing the context for the run.
- lastMessages() - function in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy
- The number of most recent messages from the thread when constructing the context for the run.
- lastMessages(com.openai.core.JsonField) - function in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy.Builder
- Sets Builder.lastMessages to an arbitrary JSON value.
- lastMessages(java.util.Optional) - function in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy.Builder
- Alias for calling Builder.lastMessages with
lastMessages.orElse(null)
. - lastMessages(java.lang.Long) - function in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy.Builder
- Alias for Builder.lastMessages.
- lastMessages(java.lang.Long) - function in com.openai.models.beta.threads.runs.RunCreateParams.TruncationStrategy.Builder
- The number of most recent messages from the thread when constructing the context for the run.
- latestPreviewVersion() - function in com.openai.azure.AzureOpenAIServiceVersion.Companion
- latestStableVersion() - function in com.openai.azure.AzureOpenAIServiceVersion.Companion
- learningRateMultiplier() - function in com.openai.models.finetuning.jobs.FineTuningJob.Hyperparameters
- Scaling factor for the learning rate.
- learningRateMultiplier(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.FineTuningJob.Hyperparameters.Builder
- Sets Builder.learningRateMultiplier to an arbitrary JSON value.
- learningRateMultiplier(com.openai.models.finetuning.jobs.FineTuningJob.Hyperparameters.LearningRateMultiplier) - function in com.openai.models.finetuning.jobs.FineTuningJob.Hyperparameters.Builder
- Scaling factor for the learning rate.
- learningRateMultiplier(java.lang.Double) - function in com.openai.models.finetuning.jobs.FineTuningJob.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofNumber(number)
. - learningRateMultiplier() - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Dpo.Hyperparameters
- Scaling factor for the learning rate.
- learningRateMultiplier(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Dpo.Hyperparameters.Builder
- Sets Builder.learningRateMultiplier to an arbitrary JSON value.
- learningRateMultiplier(com.openai.models.finetuning.jobs.FineTuningJob.Method.Dpo.Hyperparameters.LearningRateMultiplier) - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Dpo.Hyperparameters.Builder
- Scaling factor for the learning rate.
- learningRateMultiplier(java.lang.Double) - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Dpo.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofManual(manual)
. - learningRateMultiplier() - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Supervised.Hyperparameters
- Scaling factor for the learning rate.
- learningRateMultiplier(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Supervised.Hyperparameters.Builder
- Sets Builder.learningRateMultiplier to an arbitrary JSON value.
- learningRateMultiplier(com.openai.models.finetuning.jobs.FineTuningJob.Method.Supervised.Hyperparameters.LearningRateMultiplier) - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Supervised.Hyperparameters.Builder
- Scaling factor for the learning rate.
- learningRateMultiplier(java.lang.Double) - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Supervised.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofManual(manual)
. - learningRateMultiplier() - function in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters
- Scaling factor for the learning rate.
- learningRateMultiplier(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.Builder
- Sets Builder.learningRateMultiplier to an arbitrary JSON value.
- learningRateMultiplier(com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.LearningRateMultiplier) - function in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.Builder
- Scaling factor for the learning rate.
- learningRateMultiplier(java.lang.Double) - function in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofNumber(number)
. - learningRateMultiplier() - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters
- Scaling factor for the learning rate.
- learningRateMultiplier(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.Builder
- Sets Builder.learningRateMultiplier to an arbitrary JSON value.
- learningRateMultiplier(com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.LearningRateMultiplier) - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.Builder
- Scaling factor for the learning rate.
- learningRateMultiplier(java.lang.Double) - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofManual(manual)
. - learningRateMultiplier() - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters
- Scaling factor for the learning rate.
- learningRateMultiplier(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.Builder
- Sets Builder.learningRateMultiplier to an arbitrary JSON value.
- learningRateMultiplier(com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.LearningRateMultiplier) - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.Builder
- Scaling factor for the learning rate.
- learningRateMultiplier(java.lang.Double) - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofManual(manual)
. - learningRateMultiplierAuto() - function in com.openai.models.finetuning.jobs.FineTuningJob.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofAuto()
. - learningRateMultiplierAuto() - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Dpo.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofAuto()
. - learningRateMultiplierAuto() - function in com.openai.models.finetuning.jobs.FineTuningJob.Method.Supervised.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofAuto()
. - learningRateMultiplierAuto() - function in com.openai.models.finetuning.jobs.JobCreateParams.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofAuto()
. - learningRateMultiplierAuto() - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Dpo.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofAuto()
. - learningRateMultiplierAuto() - function in com.openai.models.finetuning.jobs.JobCreateParams.Method.Supervised.Hyperparameters.Builder
- Alias for calling learningRateMultiplier with
LearningRateMultiplier.ofAuto()
. - LEFT - enum entry in com.openai.models.responses.ResponseComputerToolCall.Action.Click.Button.Known
- LEFT - enum entry in com.openai.models.responses.ResponseComputerToolCall.Action.Click.Button.Value
- LENGTH - enum entry in com.openai.models.chat.completions.ChatCompletion.Choice.FinishReason.Known
- LENGTH - enum entry in com.openai.models.chat.completions.ChatCompletion.Choice.FinishReason.Value
- LENGTH - enum entry in com.openai.models.chat.completions.ChatCompletionChunk.Choice.FinishReason.Known
- LENGTH - enum entry in com.openai.models.chat.completions.ChatCompletionChunk.Choice.FinishReason.Value
- LENGTH - enum entry in com.openai.models.completions.CompletionChoice.FinishReason.Known
- LENGTH - enum entry in com.openai.models.completions.CompletionChoice.FinishReason.Value
- level() - function in com.openai.models.finetuning.jobs.FineTuningJobEvent
- The log level of the event.
- level(com.openai.core.JsonField) - function in com.openai.models.finetuning.jobs.FineTuningJobEvent.Builder
- Sets Builder.level to an arbitrary JSON value.
- level(com.openai.models.finetuning.jobs.FineTuningJobEvent.Level) - function in com.openai.models.finetuning.jobs.FineTuningJobEvent.Builder
- The log level of the event.
- limit() - function in com.openai.models.batches.BatchListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.batches.BatchListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.batches.BatchListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.batches.BatchListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.beta.assistants.AssistantListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.beta.assistants.AssistantListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.beta.assistants.AssistantListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.beta.assistants.AssistantListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.beta.threads.messages.MessageListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.beta.threads.messages.MessageListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.beta.threads.messages.MessageListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.beta.threads.messages.MessageListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.beta.threads.runs.RunListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.beta.threads.runs.RunListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.beta.threads.runs.RunListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.beta.threads.runs.RunListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.beta.threads.runs.steps.StepListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.beta.threads.runs.steps.StepListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.beta.threads.runs.steps.StepListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.beta.threads.runs.steps.StepListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.chat.completions.ChatCompletionListParams
- Number of Chat Completions to retrieve.
- limit(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletionListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.chat.completions.ChatCompletionListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.chat.completions.ChatCompletionListParams.Builder
- Number of Chat Completions to retrieve.
- limit() - function in com.openai.models.chat.completions.messages.MessageListParams
- Number of messages to retrieve.
- limit(java.util.Optional) - function in com.openai.models.chat.completions.messages.MessageListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.chat.completions.messages.MessageListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.chat.completions.messages.MessageListParams.Builder
- Number of messages to retrieve.
- limit() - function in com.openai.models.files.FileListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.files.FileListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.files.FileListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.files.FileListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.finetuning.jobs.JobListEventsParams
- Number of events to retrieve.
- limit(java.util.Optional) - function in com.openai.models.finetuning.jobs.JobListEventsParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.finetuning.jobs.JobListEventsParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.finetuning.jobs.JobListEventsParams.Builder
- Number of events to retrieve.
- limit() - function in com.openai.models.finetuning.jobs.JobListParams
- Number of fine-tuning jobs to retrieve.
- limit(java.util.Optional) - function in com.openai.models.finetuning.jobs.JobListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.finetuning.jobs.JobListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.finetuning.jobs.JobListParams.Builder
- Number of fine-tuning jobs to retrieve.
- limit() - function in com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams
- Number of checkpoints to retrieve.
- limit(java.util.Optional) - function in com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams.Builder
- Number of checkpoints to retrieve.
- limit() - function in com.openai.models.responses.inputitems.InputItemListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.responses.inputitems.InputItemListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.responses.inputitems.InputItemListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.responses.inputitems.InputItemListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.vectorstores.VectorStoreListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.vectorstores.VectorStoreListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.vectorstores.VectorStoreListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.vectorstores.VectorStoreListParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.vectorstores.filebatches.FileBatchListFilesParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.vectorstores.filebatches.FileBatchListFilesParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.vectorstores.filebatches.FileBatchListFilesParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.vectorstores.filebatches.FileBatchListFilesParams.Builder
- A limit on the number of objects to be returned.
- limit() - function in com.openai.models.vectorstores.files.FileListParams
- A limit on the number of objects to be returned.
- limit(java.util.Optional) - function in com.openai.models.vectorstores.files.FileListParams.Builder
- Alias for calling Builder.limit with
limit.orElse(null)
. - limit(java.lang.Long) - function in com.openai.models.vectorstores.files.FileListParams.Builder
- Alias for Builder.limit.
- limit(java.lang.Long) - function in com.openai.models.vectorstores.files.FileListParams.Builder
- A limit on the number of objects to be returned.
- line() - function in com.openai.models.batches.BatchError
- The line number of the input file where the error occurred, if applicable.
- line(com.openai.core.JsonField) - function in com.openai.models.batches.BatchError.Builder
- Sets Builder.line to an arbitrary JSON value.
- line(java.util.Optional) - function in com.openai.models.batches.BatchError.Builder
- Alias for calling Builder.line with
line.orElse(null)
. - line(java.lang.Long) - function in com.openai.models.batches.BatchError.Builder
- Alias for Builder.line.
- line(java.lang.Long) - function in com.openai.models.batches.BatchError.Builder
- The line number of the input file where the error occurred, if applicable.
- list() - function in com.openai.services.async.BatchServiceAsync
- List your organization's batches.
- list() - function in com.openai.services.async.BatchServiceAsync
- List your organization's batches.
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsync
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.async.BatchServiceAsync
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.async.BatchServiceAsync
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsync
- list() - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /batches
, but is otherwise the same as BatchServiceAsync.list. - list() - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /batches
, but is otherwise the same as BatchServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsync.WithRawResponse
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsyncImpl
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.BatchServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.async.FileServiceAsync
- Returns a list of files.
- list() - function in com.openai.services.async.FileServiceAsync
- Returns a list of files.
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsync
- list(com.openai.models.files.FileListParams) - function in com.openai.services.async.FileServiceAsync
- list(com.openai.models.files.FileListParams) - function in com.openai.services.async.FileServiceAsync
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsync
- list() - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /files
, but is otherwise the same as FileServiceAsync.list. - list() - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /files
, but is otherwise the same as FileServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- list(com.openai.models.files.FileListParams) - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- list(com.openai.models.files.FileListParams) - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsync.WithRawResponse
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsyncImpl
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.FileServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.async.ModelServiceAsync
- Lists the currently available models, and provides basic information about each one such as the owner and availability.
- list() - function in com.openai.services.async.ModelServiceAsync
- Lists the currently available models, and provides basic information about each one such as the owner and availability.
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsync
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.async.ModelServiceAsync
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.async.ModelServiceAsync
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsync
- list() - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /models
, but is otherwise the same as ModelServiceAsync.list. - list() - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /models
, but is otherwise the same as ModelServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsync.WithRawResponse
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsyncImpl
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.ModelServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.async.VectorStoreServiceAsync
- Returns a list of vector stores.
- list() - function in com.openai.services.async.VectorStoreServiceAsync
- Returns a list of vector stores.
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsync
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.async.VectorStoreServiceAsync
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.async.VectorStoreServiceAsync
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsync
- list() - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores
, but is otherwise the same as VectorStoreServiceAsync.list. - list() - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores
, but is otherwise the same as VectorStoreServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsync.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsyncImpl
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.VectorStoreServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.async.beta.AssistantServiceAsync
- Returns a list of assistants.
- list() - function in com.openai.services.async.beta.AssistantServiceAsync
- Returns a list of assistants.
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsync
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.async.beta.AssistantServiceAsync
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.async.beta.AssistantServiceAsync
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsync
- list() - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /assistants
, but is otherwise the same as AssistantServiceAsync.list. - list() - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /assistants
, but is otherwise the same as AssistantServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsync.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsyncImpl
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.AssistantServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.async.beta.threads.MessageServiceAsync
- Returns a list of messages for a given thread.
- list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.async.beta.threads.MessageServiceAsync
- Returns a list of messages for a given thread.
- list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.MessageServiceAsync
- list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.async.beta.threads.MessageServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/messages
, but is otherwise the same as MessageServiceAsync.list. - list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.async.beta.threads.MessageServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/messages
, but is otherwise the same as MessageServiceAsync.list. - list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.MessageServiceAsync.WithRawResponse
- list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.MessageServiceAsyncImpl
- list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.MessageServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.async.beta.threads.RunServiceAsync
- Returns a list of runs belonging to a thread.
- list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.async.beta.threads.RunServiceAsync
- Returns a list of runs belonging to a thread.
- list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.RunServiceAsync
- list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.async.beta.threads.RunServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs
, but is otherwise the same as RunServiceAsync.list. - list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.async.beta.threads.RunServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs
, but is otherwise the same as RunServiceAsync.list. - list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.RunServiceAsync.WithRawResponse
- list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.RunServiceAsyncImpl
- list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.RunServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.async.beta.threads.runs.StepServiceAsync
- Returns a list of run steps belonging to a run.
- list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.async.beta.threads.runs.StepServiceAsync
- Returns a list of run steps belonging to a run.
- list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.runs.StepServiceAsync
- list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.async.beta.threads.runs.StepServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs/{run_id}/steps
, but is otherwise the same as StepServiceAsync.list. - list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.async.beta.threads.runs.StepServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs/{run_id}/steps
, but is otherwise the same as StepServiceAsync.list. - list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.runs.StepServiceAsync.WithRawResponse
- list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.runs.StepServiceAsyncImpl
- list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.beta.threads.runs.StepServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- List stored Chat Completions.
- list() - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- List stored Chat Completions.
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsync
- list() - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions
, but is otherwise the same as ChatCompletionServiceAsync.list. - list() - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions
, but is otherwise the same as ChatCompletionServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsync.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsyncImpl
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.ChatCompletionServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.async.chat.completions.MessageServiceAsync
- Get the messages in a stored chat completion.
- list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.async.chat.completions.MessageServiceAsync
- Get the messages in a stored chat completion.
- list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.completions.MessageServiceAsync
- list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.async.chat.completions.MessageServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions/{completion_id}/messages
, but is otherwise the same as MessageServiceAsync.list. - list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.async.chat.completions.MessageServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions/{completion_id}/messages
, but is otherwise the same as MessageServiceAsync.list. - list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.completions.MessageServiceAsync.WithRawResponse
- list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.completions.MessageServiceAsyncImpl
- list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.chat.completions.MessageServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.async.finetuning.JobServiceAsync
- List your organization's fine-tuning jobs
- list() - function in com.openai.services.async.finetuning.JobServiceAsync
- List your organization's fine-tuning jobs
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.async.finetuning.JobServiceAsync
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.async.finetuning.JobServiceAsync
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync
- list() - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs
, but is otherwise the same as JobServiceAsync.list. - list() - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs
, but is otherwise the same as JobServiceAsync.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsyncImpl
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsync
- List checkpoints for a fine-tuning job.
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsync
- List checkpoints for a fine-tuning job.
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsync
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
, but is otherwise the same as CheckpointServiceAsync.list. - list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
, but is otherwise the same as CheckpointServiceAsync.list. - list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsync.WithRawResponse
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsyncImpl
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.jobs.CheckpointServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.async.responses.InputItemServiceAsync
- Returns a list of input items for a given response.
- list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.async.responses.InputItemServiceAsync
- Returns a list of input items for a given response.
- list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.responses.InputItemServiceAsync
- list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.async.responses.InputItemServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /responses/{response_id}/input_items
, but is otherwise the same as InputItemServiceAsync.list. - list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.async.responses.InputItemServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /responses/{response_id}/input_items
, but is otherwise the same as InputItemServiceAsync.list. - list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.responses.InputItemServiceAsync.WithRawResponse
- list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.responses.InputItemServiceAsyncImpl
- list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.responses.InputItemServiceAsyncImpl.WithRawResponseImpl
- list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.async.vectorstores.FileServiceAsync
- Returns a list of vector store files.
- list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.async.vectorstores.FileServiceAsync
- Returns a list of vector store files.
- list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileServiceAsync
- list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.async.vectorstores.FileServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/files
, but is otherwise the same as FileServiceAsync.list. - list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.async.vectorstores.FileServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/files
, but is otherwise the same as FileServiceAsync.list. - list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileServiceAsync.WithRawResponse
- list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileServiceAsyncImpl
- list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileServiceAsyncImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.BatchService
- List your organization's batches.
- list() - function in com.openai.services.blocking.BatchService
- List your organization's batches.
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchService
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.blocking.BatchService
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.blocking.BatchService
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchService
- list() - function in com.openai.services.blocking.BatchService.WithRawResponse
- Returns a raw HTTP response for
get /batches
, but is otherwise the same as BatchService.list. - list() - function in com.openai.services.blocking.BatchService.WithRawResponse
- Returns a raw HTTP response for
get /batches
, but is otherwise the same as BatchService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchService.WithRawResponse
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.blocking.BatchService.WithRawResponse
- list(com.openai.models.batches.BatchListParams) - function in com.openai.services.blocking.BatchService.WithRawResponse
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchService.WithRawResponse
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchServiceImpl
- list(com.openai.models.batches.BatchListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.BatchServiceImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.FileService
- Returns a list of files.
- list() - function in com.openai.services.blocking.FileService
- Returns a list of files.
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileService
- list(com.openai.models.files.FileListParams) - function in com.openai.services.blocking.FileService
- list(com.openai.models.files.FileListParams) - function in com.openai.services.blocking.FileService
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileService
- list() - function in com.openai.services.blocking.FileService.WithRawResponse
- Returns a raw HTTP response for
get /files
, but is otherwise the same as FileService.list. - list() - function in com.openai.services.blocking.FileService.WithRawResponse
- Returns a raw HTTP response for
get /files
, but is otherwise the same as FileService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileService.WithRawResponse
- list(com.openai.models.files.FileListParams) - function in com.openai.services.blocking.FileService.WithRawResponse
- list(com.openai.models.files.FileListParams) - function in com.openai.services.blocking.FileService.WithRawResponse
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileService.WithRawResponse
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileServiceImpl
- list(com.openai.models.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.FileServiceImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.ModelService
- Lists the currently available models, and provides basic information about each one such as the owner and availability.
- list() - function in com.openai.services.blocking.ModelService
- Lists the currently available models, and provides basic information about each one such as the owner and availability.
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelService
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.blocking.ModelService
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.blocking.ModelService
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelService
- list() - function in com.openai.services.blocking.ModelService.WithRawResponse
- Returns a raw HTTP response for
get /models
, but is otherwise the same as ModelService.list. - list() - function in com.openai.services.blocking.ModelService.WithRawResponse
- Returns a raw HTTP response for
get /models
, but is otherwise the same as ModelService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelService.WithRawResponse
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.blocking.ModelService.WithRawResponse
- list(com.openai.models.models.ModelListParams) - function in com.openai.services.blocking.ModelService.WithRawResponse
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelService.WithRawResponse
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelServiceImpl
- list(com.openai.models.models.ModelListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.ModelServiceImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.VectorStoreService
- Returns a list of vector stores.
- list() - function in com.openai.services.blocking.VectorStoreService
- Returns a list of vector stores.
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreService
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.blocking.VectorStoreService
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.blocking.VectorStoreService
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreService
- list() - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores
, but is otherwise the same as VectorStoreService.list. - list() - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores
, but is otherwise the same as VectorStoreService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams) - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreService.WithRawResponse
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreServiceImpl
- list(com.openai.models.vectorstores.VectorStoreListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.VectorStoreServiceImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.beta.AssistantService
- Returns a list of assistants.
- list() - function in com.openai.services.blocking.beta.AssistantService
- Returns a list of assistants.
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantService
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.blocking.beta.AssistantService
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.blocking.beta.AssistantService
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantService
- list() - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- Returns a raw HTTP response for
get /assistants
, but is otherwise the same as AssistantService.list. - list() - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- Returns a raw HTTP response for
get /assistants
, but is otherwise the same as AssistantService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams) - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantService.WithRawResponse
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantServiceImpl
- list(com.openai.models.beta.assistants.AssistantListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.AssistantServiceImpl.WithRawResponseImpl
- list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.blocking.beta.threads.MessageService
- Returns a list of messages for a given thread.
- list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.blocking.beta.threads.MessageService
- Returns a list of messages for a given thread.
- list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.MessageService
- list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.blocking.beta.threads.MessageService.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/messages
, but is otherwise the same as MessageService.list. - list(com.openai.models.beta.threads.messages.MessageListParams) - function in com.openai.services.blocking.beta.threads.MessageService.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/messages
, but is otherwise the same as MessageService.list. - list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.MessageService.WithRawResponse
- list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.MessageServiceImpl
- list(com.openai.models.beta.threads.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.MessageServiceImpl.WithRawResponseImpl
- list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.blocking.beta.threads.RunService
- Returns a list of runs belonging to a thread.
- list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.blocking.beta.threads.RunService
- Returns a list of runs belonging to a thread.
- list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.RunService
- list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.blocking.beta.threads.RunService.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs
, but is otherwise the same as RunService.list. - list(com.openai.models.beta.threads.runs.RunListParams) - function in com.openai.services.blocking.beta.threads.RunService.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs
, but is otherwise the same as RunService.list. - list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.RunService.WithRawResponse
- list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.RunServiceImpl
- list(com.openai.models.beta.threads.runs.RunListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.RunServiceImpl.WithRawResponseImpl
- list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.blocking.beta.threads.runs.StepService
- Returns a list of run steps belonging to a run.
- list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.blocking.beta.threads.runs.StepService
- Returns a list of run steps belonging to a run.
- list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.runs.StepService
- list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.blocking.beta.threads.runs.StepService.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs/{run_id}/steps
, but is otherwise the same as StepService.list. - list(com.openai.models.beta.threads.runs.steps.StepListParams) - function in com.openai.services.blocking.beta.threads.runs.StepService.WithRawResponse
- Returns a raw HTTP response for
get /threads/{thread_id}/runs/{run_id}/steps
, but is otherwise the same as StepService.list. - list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.runs.StepService.WithRawResponse
- list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.runs.StepServiceImpl
- list(com.openai.models.beta.threads.runs.steps.StepListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.beta.threads.runs.StepServiceImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.chat.ChatCompletionService
- List stored Chat Completions.
- list() - function in com.openai.services.blocking.chat.ChatCompletionService
- List stored Chat Completions.
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionService
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.blocking.chat.ChatCompletionService
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.blocking.chat.ChatCompletionService
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionService
- list() - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions
, but is otherwise the same as ChatCompletionService.list. - list() - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions
, but is otherwise the same as ChatCompletionService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams) - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionService.WithRawResponse
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionServiceImpl
- list(com.openai.models.chat.completions.ChatCompletionListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.ChatCompletionServiceImpl.WithRawResponseImpl
- list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.blocking.chat.completions.MessageService
- Get the messages in a stored chat completion.
- list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.blocking.chat.completions.MessageService
- Get the messages in a stored chat completion.
- list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.completions.MessageService
- list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.blocking.chat.completions.MessageService.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions/{completion_id}/messages
, but is otherwise the same as MessageService.list. - list(com.openai.models.chat.completions.messages.MessageListParams) - function in com.openai.services.blocking.chat.completions.MessageService.WithRawResponse
- Returns a raw HTTP response for
get /chat/completions/{completion_id}/messages
, but is otherwise the same as MessageService.list. - list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.completions.MessageService.WithRawResponse
- list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.completions.MessageServiceImpl
- list(com.openai.models.chat.completions.messages.MessageListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.chat.completions.MessageServiceImpl.WithRawResponseImpl
- list() - function in com.openai.services.blocking.finetuning.JobService
- List your organization's fine-tuning jobs
- list() - function in com.openai.services.blocking.finetuning.JobService
- List your organization's fine-tuning jobs
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.blocking.finetuning.JobService
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.blocking.finetuning.JobService
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService
- list() - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs
, but is otherwise the same as JobService.list. - list() - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs
, but is otherwise the same as JobService.list. - list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- list(com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobServiceImpl
- list(com.openai.models.finetuning.jobs.JobListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobServiceImpl.WithRawResponseImpl
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.blocking.finetuning.jobs.CheckpointService
- List checkpoints for a fine-tuning job.
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.blocking.finetuning.jobs.CheckpointService
- List checkpoints for a fine-tuning job.
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.jobs.CheckpointService
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.blocking.finetuning.jobs.CheckpointService.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
, but is otherwise the same as CheckpointService.list. - list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams) - function in com.openai.services.blocking.finetuning.jobs.CheckpointService.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
, but is otherwise the same as CheckpointService.list. - list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.jobs.CheckpointService.WithRawResponse
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.jobs.CheckpointServiceImpl
- list(com.openai.models.finetuning.jobs.checkpoints.CheckpointListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.jobs.CheckpointServiceImpl.WithRawResponseImpl
- list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.blocking.responses.InputItemService
- Returns a list of input items for a given response.
- list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.blocking.responses.InputItemService
- Returns a list of input items for a given response.
- list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.responses.InputItemService
- list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.blocking.responses.InputItemService.WithRawResponse
- Returns a raw HTTP response for
get /responses/{response_id}/input_items
, but is otherwise the same as InputItemService.list. - list(com.openai.models.responses.inputitems.InputItemListParams) - function in com.openai.services.blocking.responses.InputItemService.WithRawResponse
- Returns a raw HTTP response for
get /responses/{response_id}/input_items
, but is otherwise the same as InputItemService.list. - list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.responses.InputItemService.WithRawResponse
- list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.responses.InputItemServiceImpl
- list(com.openai.models.responses.inputitems.InputItemListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.responses.InputItemServiceImpl.WithRawResponseImpl
- list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.blocking.vectorstores.FileService
- Returns a list of vector store files.
- list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.blocking.vectorstores.FileService
- Returns a list of vector store files.
- list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileService
- list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.blocking.vectorstores.FileService.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/files
, but is otherwise the same as FileService.list. - list(com.openai.models.vectorstores.files.FileListParams) - function in com.openai.services.blocking.vectorstores.FileService.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/files
, but is otherwise the same as FileService.list. - list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileService.WithRawResponse
- list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileServiceImpl
- list(com.openai.models.vectorstores.files.FileListParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileServiceImpl.WithRawResponseImpl
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.async.finetuning.JobServiceAsync
- Get status updates for a fine-tuning job.
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.async.finetuning.JobServiceAsync
- Get status updates for a fine-tuning job.
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/events
, but is otherwise the same as JobServiceAsync.listEvents. - listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/events
, but is otherwise the same as JobServiceAsync.listEvents. - listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsync.WithRawResponse
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsyncImpl
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.async.finetuning.JobServiceAsyncImpl.WithRawResponseImpl
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.blocking.finetuning.JobService
- Get status updates for a fine-tuning job.
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.blocking.finetuning.JobService
- Get status updates for a fine-tuning job.
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/events
, but is otherwise the same as JobService.listEvents. - listEvents(com.openai.models.finetuning.jobs.JobListEventsParams) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- Returns a raw HTTP response for
get /fine_tuning/jobs/{fine_tuning_job_id}/events
, but is otherwise the same as JobService.listEvents. - listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobService.WithRawResponse
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobServiceImpl
- listEvents(com.openai.models.finetuning.jobs.JobListEventsParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.finetuning.JobServiceImpl.WithRawResponseImpl
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.async.vectorstores.FileBatchServiceAsync
- Returns a list of vector store files in a batch.
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.async.vectorstores.FileBatchServiceAsync
- Returns a list of vector store files in a batch.
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileBatchServiceAsync
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.async.vectorstores.FileBatchServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
, but is otherwise the same as FileBatchServiceAsync.listFiles. - listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.async.vectorstores.FileBatchServiceAsync.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
, but is otherwise the same as FileBatchServiceAsync.listFiles. - listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileBatchServiceAsync.WithRawResponse
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileBatchServiceAsyncImpl
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.async.vectorstores.FileBatchServiceAsyncImpl.WithRawResponseImpl
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.blocking.vectorstores.FileBatchService
- Returns a list of vector store files in a batch.
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.blocking.vectorstores.FileBatchService
- Returns a list of vector store files in a batch.
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileBatchService
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
, but is otherwise the same as FileBatchService.listFiles. - listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams) - function in com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponse
- Returns a raw HTTP response for
get /vector_stores/{vector_store_id}/file_batches/{batch_id}/files
, but is otherwise the same as FileBatchService.listFiles. - listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileBatchService.WithRawResponse
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileBatchServiceImpl
- listFiles(com.openai.models.vectorstores.filebatches.FileBatchListFilesParams,com.openai.core.RequestOptions) - function in com.openai.services.blocking.vectorstores.FileBatchServiceImpl.WithRawResponseImpl
- logicalType() - function in com.fasterxml.jackson.databind.JsonDeserializer
- logitBias() - function in com.openai.models.chat.completions.ChatCompletionCreateParams
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias() - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Sets Builder.logitBias to an arbitrary JSON value.
- logitBias(com.openai.models.chat.completions.ChatCompletionCreateParams.LogitBias) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Alias for calling Builder.logitBias with
logitBias.orElse(null)
. - logitBias(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Sets Builder.logitBias to an arbitrary JSON value.
- logitBias(com.openai.models.chat.completions.ChatCompletionCreateParams.LogitBias) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Alias for calling Builder.logitBias with
logitBias.orElse(null)
. - logitBias() - function in com.openai.models.completions.CompletionCreateParams
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias() - function in com.openai.models.completions.CompletionCreateParams.Body
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias(com.openai.core.JsonField) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Sets Builder.logitBias to an arbitrary JSON value.
- logitBias(com.openai.models.completions.CompletionCreateParams.LogitBias) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias(java.util.Optional) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Alias for calling Builder.logitBias with
logitBias.orElse(null)
. - logitBias(com.openai.core.JsonField) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Sets Builder.logitBias to an arbitrary JSON value.
- logitBias(com.openai.models.completions.CompletionCreateParams.LogitBias) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Modify the likelihood of specified tokens appearing in the completion.
- logitBias(java.util.Optional) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Alias for calling Builder.logitBias with
logitBias.orElse(null)
. - logprob() - function in com.openai.models.audio.transcriptions.Transcription.Logprob
- The log probability of the token.
- logprob(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.Transcription.Logprob.Builder
- Sets Builder.logprob to an arbitrary JSON value.
- logprob(java.lang.Double) - function in com.openai.models.audio.transcriptions.Transcription.Logprob.Builder
- The log probability of the token.
- logprob() - function in com.openai.models.audio.transcriptions.TranscriptionTextDeltaEvent.Logprob
- The log probability of the token.
- logprob(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.TranscriptionTextDeltaEvent.Logprob.Builder
- Sets Builder.logprob to an arbitrary JSON value.
- logprob(java.lang.Double) - function in com.openai.models.audio.transcriptions.TranscriptionTextDeltaEvent.Logprob.Builder
- The log probability of the token.
- logprob() - function in com.openai.models.audio.transcriptions.TranscriptionTextDoneEvent.Logprob
- The log probability of the token.
- logprob(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.TranscriptionTextDoneEvent.Logprob.Builder
- Sets Builder.logprob to an arbitrary JSON value.
- logprob(java.lang.Double) - function in com.openai.models.audio.transcriptions.TranscriptionTextDoneEvent.Logprob.Builder
- The log probability of the token.
- logprob() - function in com.openai.models.chat.completions.ChatCompletionTokenLogprob
- The log probability of this token, if it is within the top 20 most likely tokens.
- logprob(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionTokenLogprob.Builder
- Sets Builder.logprob to an arbitrary JSON value.
- logprob(java.lang.Double) - function in com.openai.models.chat.completions.ChatCompletionTokenLogprob.Builder
- The log probability of this token, if it is within the top 20 most likely tokens.
- logprob() - function in com.openai.models.chat.completions.ChatCompletionTokenLogprob.TopLogprob
- The log probability of this token, if it is within the top 20 most likely tokens.
- logprob(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionTokenLogprob.TopLogprob.Builder
- Sets Builder.logprob to an arbitrary JSON value.
- logprob(java.lang.Double) - function in com.openai.models.chat.completions.ChatCompletionTokenLogprob.TopLogprob.Builder
- The log probability of this token, if it is within the top 20 most likely tokens.
- logprobs() - function in com.openai.models.audio.transcriptions.Transcription
- The log probabilities of the tokens in the transcription.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.Transcription.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.List) - function in com.openai.models.audio.transcriptions.Transcription.Builder
- The log probabilities of the tokens in the transcription.
- LOGPROBS - enum entry in com.openai.models.audio.transcriptions.TranscriptionInclude.Known
- LOGPROBS - enum entry in com.openai.models.audio.transcriptions.TranscriptionInclude.Value
- logprobs() - function in com.openai.models.audio.transcriptions.TranscriptionTextDeltaEvent
- The log probabilities of the delta.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.TranscriptionTextDeltaEvent.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.List) - function in com.openai.models.audio.transcriptions.TranscriptionTextDeltaEvent.Builder
- The log probabilities of the delta.
- logprobs() - function in com.openai.models.audio.transcriptions.TranscriptionTextDoneEvent
- The log probabilities of the individual tokens in the transcription.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.audio.transcriptions.TranscriptionTextDoneEvent.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.List) - function in com.openai.models.audio.transcriptions.TranscriptionTextDoneEvent.Builder
- The log probabilities of the individual tokens in the transcription.
- logprobs() - function in com.openai.models.chat.completions.ChatCompletion.Choice
- Log probability information for the choice.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletion.Choice.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(com.openai.models.chat.completions.ChatCompletion.Choice.Logprobs) - function in com.openai.models.chat.completions.ChatCompletion.Choice.Builder
- Log probability information for the choice.
- logprobs(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletion.Choice.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs() - function in com.openai.models.chat.completions.ChatCompletionChunk.Choice
- Log probability information for the choice.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionChunk.Choice.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(com.openai.models.chat.completions.ChatCompletionChunk.Choice.Logprobs) - function in com.openai.models.chat.completions.ChatCompletionChunk.Choice.Builder
- Log probability information for the choice.
- logprobs(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletionChunk.Choice.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs() - function in com.openai.models.chat.completions.ChatCompletionCreateParams
- Whether to return log probabilities of the output tokens or not.
- logprobs() - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body
- Whether to return log probabilities of the output tokens or not.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs(java.lang.Boolean) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Alias for Builder.logprobs.
- logprobs(java.lang.Boolean) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Body.Builder
- Whether to return log probabilities of the output tokens or not.
- logprobs(com.openai.core.JsonField) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.Optional) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs(java.lang.Boolean) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Alias for Builder.logprobs.
- logprobs(java.lang.Boolean) - function in com.openai.models.chat.completions.ChatCompletionCreateParams.Builder
- Whether to return log probabilities of the output tokens or not.
- logprobs() - function in com.openai.models.completions.CompletionChoice
- logprobs(com.openai.core.JsonField) - function in com.openai.models.completions.CompletionChoice.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(com.openai.models.completions.CompletionChoice.Logprobs) - function in com.openai.models.completions.CompletionChoice.Builder
- logprobs(java.util.Optional) - function in com.openai.models.completions.CompletionChoice.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs() - function in com.openai.models.completions.CompletionCreateParams
- Include the log probabilities on the
logprobs
most likely output tokens, as well the chosen tokens. - logprobs() - function in com.openai.models.completions.CompletionCreateParams.Body
- Include the log probabilities on the
logprobs
most likely output tokens, as well the chosen tokens. - logprobs(com.openai.core.JsonField) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.Optional) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs(java.lang.Long) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Alias for Builder.logprobs.
- logprobs(java.lang.Long) - function in com.openai.models.completions.CompletionCreateParams.Body.Builder
- Include the log probabilities on the
logprobs
most likely output tokens, as well the chosen tokens. - logprobs(com.openai.core.JsonField) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Sets Builder.logprobs to an arbitrary JSON value.
- logprobs(java.util.Optional) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Alias for calling Builder.logprobs with
logprobs.orElse(null)
. - logprobs(java.lang.Long) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Alias for Builder.logprobs.
- logprobs(java.lang.Long) - function in com.openai.models.completions.CompletionCreateParams.Builder
- Include the log probabilities on the
logprobs
most likely output tokens, as well the chosen tokens. - logs() - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterLogs
- The text output from the Code Interpreter tool call.
- logs(com.openai.core.JsonField) - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterLogs.Builder
- Sets Builder.logs to an arbitrary JSON value.
- logs(java.lang.String) - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterLogs.Builder
- The text output from the Code Interpreter tool call.
- logs() - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterToolCall.CodeInterpreter.Output
- Text output from the Code Interpreter tool call as part of a run step.
- logs() - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput
- The text output from the Code Interpreter tool call.
- logs(com.openai.core.JsonField) - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
- Sets Builder.logs to an arbitrary JSON value.
- logs(java.lang.String) - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterToolCall.CodeInterpreter.Output.LogsOutput.Builder
- The text output from the Code Interpreter tool call.
- logs() - function in com.openai.models.beta.threads.runs.steps.CodeInterpreterToolCallDelta.CodeInterpreter.Output
- Text output from the Code Interpreter tool call as part of a run step.
- logs() - function in com.openai.models.responses.ResponseCodeInterpreterToolCall.Result
- The output of a code interpreter tool call that is text.
- logs() - function in com.openai.models.responses.ResponseCodeInterpreterToolCall.Result.Logs
- The logs of the code interpreter tool call.
- logs(com.openai.core.JsonField) - function in com.openai.models.responses.ResponseCodeInterpreterToolCall.Result.Logs.Builder
- Sets Builder.logs to an arbitrary JSON value.
- logs(java.lang.String) - function in com.openai.models.responses.ResponseCodeInterpreterToolCall.Result.Logs.Builder
- The logs of the code interpreter tool call.
- LOW - enum entry in com.openai.models.ReasoningEffort.Known
- LOW - enum entry in com.openai.models.ReasoningEffort.Value
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageFile.Detail.Known
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageFile.Detail.Value
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageFileDelta.Detail.Known
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageFileDelta.Detail.Value
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageUrl.Detail.Known
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageUrl.Detail.Value
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageUrlDelta.Detail.Known
- LOW - enum entry in com.openai.models.beta.threads.messages.ImageUrlDelta.Detail.Value
- LOW - enum entry in com.openai.models.chat.completions.ChatCompletionContentPartImage.ImageUrl.Detail.Known
- LOW - enum entry in com.openai.models.chat.completions.ChatCompletionContentPartImage.ImageUrl.Detail.Value
- LOW - enum entry in com.openai.models.chat.completions.ChatCompletionCreateParams.WebSearchOptions.SearchContextSize.Known
- LOW - enum entry in com.openai.models.chat.completions.ChatCompletionCreateParams.WebSearchOptions.SearchContextSize.Value
- LOW - enum entry in com.openai.models.responses.ResponseInputImage.Detail.Known
- LOW - enum entry in com.openai.models.responses.ResponseInputImage.Detail.Value
- LOW - enum entry in com.openai.models.responses.WebSearchTool.SearchContextSize.Known
- LOW - enum entry in com.openai.models.responses.WebSearchTool.SearchContextSize.Value
- LT - enum entry in com.openai.models.ComparisonFilter.Type.Known
- LT - enum entry in com.openai.models.ComparisonFilter.Type.Value
- LTE - enum entry in com.openai.models.ComparisonFilter.Type.Known
- LTE - enum entry in com.openai.models.ComparisonFilter.Type.Value