Uses of Class
com.intellijava.core.model.BaseRemoteModel
Packages that use BaseRemoteModel
-
Uses of BaseRemoteModel in com.intellijava.core.model
Subclasses of BaseRemoteModel in com.intellijava.core.modelModifier and TypeClassDescriptionclassAudioResponse represents the response from the speech API that contains the audio content.classCohereTextResponse is a model class used to parse the response from the Cohere text API.classOpenaiChatResponse is a model class used to parse the response from the OpenAI ChatGPT API.classOpenaiImageResponse is a model class used to parse the response from the OpenAI image API.classOpenaiLanguageResponse is a model class used to parse the response from the OpenAI language API. -
Uses of BaseRemoteModel in com.intellijava.core.wrappers
Methods in com.intellijava.core.wrappers that return BaseRemoteModelModifier and TypeMethodDescriptionOpenAIWrapper.generateChatText(Map<String, Object> params) Generate text from remote large language model based on the chat history.ImageModelInterface.generateImages(Map<String, Object> params) Generate image from remote model.OpenAIWrapper.generateImages(Map<String, Object> params) Generate image from openai image model.GoogleAIWrapper.generateSpeech(Map<String, Object> params) Generates speech from text using the Google speech service.SpeechModelInterface.generateSpeech(Map<String, Object> params) Generate speech from text.CohereAIWrapper.generateText(Map<String, Object> params) Generate text from remote large language model based on the received prompt.LanguageModelInterface.generateText(Map<String, Object> params) Generate text from remote large language model based on the received prompt.OpenAIWrapper.generateText(Map<String, Object> params) Generate text from remote large language model based on the received prompt.