Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes|All Packages

G

getAdditionalOptions() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getB64Json() - Method in class com.chatmotorapi.api.image.MotorImageContainer
Returns the base64 encoded JSON of the image, useful for transmission or processing.
getCategory() - Method in class com.chatmotorapi.api.functional.MotorCategorization
Returns the category assigned to the text.
getCompletionTokens() - Method in class com.chatmotorapi.api.MotorCompletionUsage
Gets how many tokens the output used.
getConfidence() - Method in class com.chatmotorapi.api.functional.MotorCategorization
Returns the confidence level of the categorization.
getConfidenceScores() - Method in class com.chatmotorapi.api.functional.MotorSentiment
Retrieves the confidence scores for each sentiment category.
getContent() - Method in interface com.chatmotorapi.api.MotorMessage
Retrieves the system prompt text or user prompt text held by this message.
getContent() - Method in class com.chatmotorapi.api.MotorSystemMessage
Retrieves the system prompt text held by this message.
getContent() - Method in class com.chatmotorapi.api.MotorUserMessage
Retrieves the text of the user prompt stored in this message.
getContent() - Method in class com.chatmotorapi.api.vision.MotorContentPartImage
 
getContent() - Method in class com.chatmotorapi.api.vision.MotorContentPartText
Retrieves the text content of this message part.
getCreated() - Method in class com.chatmotorapi.api.models.MotorModel
Returns the creation timestamp of this model.
getDate() - Method in class com.chatmotorapi.api.functional.MotorEntity
Returns the list of dates.
getDuration(ChatMotor, File) - Static method in class com.chatmotorapi.api.transcription.MotorTranscriptionDuration
Retrieves the duration of the specified audio file.
getFirstModel() - Method in class com.chatmotorapi.api.models.MotorModelResponse
Retrieves the first MotorModel object if the query was successful.
getFrequencyPenalty() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getId() - Method in class com.chatmotorapi.api.models.MotorModel
Returns the unique identifier of this model.
getImageContainer() - Method in class com.chatmotorapi.api.image.MotorImageResponse
Gets the list of MotorImageContainer objects, each containing an image URL or a base
getInputStream() - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the response as InputStream.
getKeyPhrases() - Method in class com.chatmotorapi.api.functional.MotorSentiment
Retrieves the list of key phrases that contributed to the sentiment analysis.
getLocation() - Method in class com.chatmotorapi.api.functional.MotorEntity
Returns the list of locations.
getLogitBias() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getLogprobs() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getMaxTokens() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getMessage() - Method in class com.chatmotorapi.api.OpenAiError
Returns the message associated with the error.
getModel(String) - Method in class com.chatmotorapi.api.models.MotorModelsRequest
Executes a query to retrieve an unique model using a blocking call.
getModels() - Method in class com.chatmotorapi.api.models.MotorModelResponse
Retrieves the list of MotorModel objects if the query was successful.
getModels() - Method in class com.chatmotorapi.api.models.MotorModelsRequest
Executes a query to retrieve models using a blocking call.
getMotorCategorization() - Method in class com.chatmotorapi.api.functional.MotorCategorizationResponse
Gets the motorCategorization associated with the response.
getMotorCompletionUsage() - Method in class com.chatmotorapi.api.functional.MotorCategorizationResponse
Gets the completion usage associated with the response.
getMotorCompletionUsage() - Method in class com.chatmotorapi.api.functional.MotorEntityResponse
Gets the completion usage associated with the response.
getMotorCompletionUsage() - Method in class com.chatmotorapi.api.functional.MotorSentimentResponse
Gets the completion usage associated with the response.
getMotorCompletionUsage() - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the usage details of the response.
getMotorCompletionUsage() - Method in class com.chatmotorapi.api.MotorResponse
Gets the usage details of the response.
getMotorCompletionUsage() - Method in class com.chatmotorapi.api.MotorStreamStatus
Retrieves any specific MotorCompletionUsage that occurred during the operation.
getMotorEntity() - Method in class com.chatmotorapi.api.functional.MotorEntityResponse
Gets the motor entity associated with the response.
getMotorSentiment() - Method in class com.chatmotorapi.api.functional.MotorSentimentResponse
Gets the sentiment analysis result associated with the response.
getN() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getNeutral() - Method in class com.chatmotorapi.api.functional.MotorSentiment.ConfidenceScores
Retrieves the confidence score for neutral sentiment.
getObject() - Method in class com.chatmotorapi.api.models.MotorModel
Returns the type or category of this model.
getOpenAiError() - Method in class com.chatmotorapi.api.functional.MotorCategorizationResponse
Gets the OpenAI error associated with the response.
getOpenAiError() - Method in class com.chatmotorapi.api.functional.MotorEntityResponse
Gets the OpenAI error associated with the response.
getOpenAiError() - Method in class com.chatmotorapi.api.functional.MotorSentimentResponse
Gets the OpenAI error associated with the response.
getOpenAiError() - Method in class com.chatmotorapi.api.image.MotorImageResponse
Gets the OpenAI error associated with the response.
getOpenAiError() - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the OpenAI error associated with the response.
getOpenAiError() - Method in class com.chatmotorapi.api.MotorResponse
Gets the OpenAI error associated with the response.
getOpenAiError() - Method in class com.chatmotorapi.api.MotorStreamStatus
Gets the OpenAI error associated with the response.
getOpenAiModel() - Method in class com.chatmotorapi.api.vision.MotorVisionRequest
Gets the OpenAI model for the Request.
getOrganization() - Method in class com.chatmotorapi.api.functional.MotorEntity
Returns the list of organizations.
getOwnedBy() - Method in class com.chatmotorapi.api.models.MotorModel
Returns the owner's identifier of this model.
getPerson() - Method in class com.chatmotorapi.api.functional.MotorEntity
Returns the list of persons.
getPositive() - Method in class com.chatmotorapi.api.functional.MotorSentiment.ConfidenceScores
Retrieves the confidence score for positive sentiment.
getPresencePenalty() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getPrompt() - Method in class com.chatmotorapi.api.image.MotorImageRequest
Gets the prompt to be used in the request.
getPromptTokens() - Method in class com.chatmotorapi.api.MotorCompletionUsage
Gets how many tokens the input used.
getReader(String) - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the response as Reader.
getReader(Charset) - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the response as Reader.
getReasoning() - Method in class com.chatmotorapi.api.functional.MotorCategorization
Returns the list of reasons supporting the categorization.
getResponse() - Method in class com.chatmotorapi.api.MotorResponse
Gets the main content of the response.
getSize() - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the size of the response InputStream.
getStop() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getTemperature() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getThrowable() - Method in class com.chatmotorapi.api.functional.MotorCategorizationResponse
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.functional.MotorEntityResponse
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.functional.MotorSentimentResponse
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.image.MotorImageResponse
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.models.MotorModelResponse
/** Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.MotorLargeResponse
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.MotorResponse
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.MotorStreamStatus
Gets the throwable associated with the response.
getThrowable() - Method in class com.chatmotorapi.api.notify.MotorNotifyResponse
Returns the Throwable associated with the notification operation.
getTopLogprobs() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getTopP() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getTotalTokens() - Method in class com.chatmotorapi.api.MotorCompletionUsage
Gets how many tokens in total.
getType() - Method in class com.chatmotorapi.api.OpenAiError
Returns the type of the error.
getUrl() - Method in class com.chatmotorapi.api.image.MotorImageContainer
Returns the URL of the image, providing direct access to its web location.
getUser() - Method in class com.chatmotorapi.api.MotorAiOptions
 
getValue() - Method in enum com.chatmotorapi.api.functional.SentimentType
Gets the integer value associated with this sentiment type.
getVersion() - Static method in class com.chatmotorapi.api.version.Version
Gets the version of the product.
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes|All Packages