Hierarchy For All Packages
Package Hierarchies:- io.github.sashirestela.openai,
- io.github.sashirestela.openai.domain,
- io.github.sashirestela.openai.domain.audio,
- io.github.sashirestela.openai.domain.chat,
- io.github.sashirestela.openai.domain.chat.content,
- io.github.sashirestela.openai.domain.chat.message,
- io.github.sashirestela.openai.domain.chat.tool,
- io.github.sashirestela.openai.domain.completion,
- io.github.sashirestela.openai.domain.embedding,
- io.github.sashirestela.openai.domain.file,
- io.github.sashirestela.openai.domain.finetuning,
- io.github.sashirestela.openai.domain.image,
- io.github.sashirestela.openai.domain.model,
- io.github.sashirestela.openai.domain.moderation,
- io.github.sashirestela.openai.function,
- io.github.sashirestela.openai.support
Class Hierarchy
- java.lang.Object
- io.github.sashirestela.openai.domain.image.AbstractImageRequest
- io.github.sashirestela.openai.domain.image.ImageEditsRequest
- io.github.sashirestela.openai.domain.image.ImageRequest
- io.github.sashirestela.openai.domain.image.ImageVariationsRequest
- io.github.sashirestela.openai.domain.audio.AudioResponse
- io.github.sashirestela.openai.domain.audio.AudioSpeechRequest
- io.github.sashirestela.openai.domain.audio.AudioTranslateRequest
- io.github.sashirestela.openai.domain.audio.AudioTranscribeRequest
- io.github.sashirestela.openai.domain.moderation.Category
- io.github.sashirestela.openai.domain.moderation.CategoryScore
- io.github.sashirestela.openai.domain.chat.tool.ChatFunction
- io.github.sashirestela.openai.domain.chat.tool.ChatFunctionCall
- io.github.sashirestela.openai.domain.chat.tool.ChatFunctionName
- io.github.sashirestela.openai.domain.chat.message.ChatMsg
- io.github.sashirestela.openai.domain.chat.message.ChatMsgAssistant
- io.github.sashirestela.openai.domain.chat.message.ChatMsgResponse
- io.github.sashirestela.openai.domain.chat.message.ChatMsgSystem
- io.github.sashirestela.openai.domain.chat.message.ChatMsgTool
- io.github.sashirestela.openai.domain.chat.message.ChatMsgUser
- io.github.sashirestela.openai.domain.chat.ChatRequest
- io.github.sashirestela.openai.domain.chat.ChatRespFmt
- io.github.sashirestela.openai.domain.chat.ChatResponse
- io.github.sashirestela.openai.domain.chat.tool.ChatTool
- io.github.sashirestela.openai.domain.chat.tool.ChatToolCall
- io.github.sashirestela.openai.domain.chat.tool.ChatToolChoice
- io.github.sashirestela.openai.domain.chat.Choice
- io.github.sashirestela.openai.domain.completion.Choice
- io.github.sashirestela.openai.domain.completion.CompletionRequest
- io.github.sashirestela.openai.domain.completion.CompletionResponse
- io.github.sashirestela.openai.domain.chat.content.ContentPart
- io.github.sashirestela.openai.domain.chat.content.ContentPartImage
- io.github.sashirestela.openai.domain.chat.content.ContentPartText
- io.github.sashirestela.openai.domain.embedding.EmbeddingBase64
- io.github.sashirestela.openai.domain.embedding.EmbeddingBase64Response
- io.github.sashirestela.openai.domain.embedding.EmbeddingFloat
- io.github.sashirestela.openai.domain.embedding.EmbeddingFloatResponse
- io.github.sashirestela.openai.domain.embedding.EmbeddingRequest
- io.github.sashirestela.openai.domain.file.FileRequest
- io.github.sashirestela.openai.domain.file.FileResponse
- io.github.sashirestela.openai.domain.finetuning.FineTuningError
- io.github.sashirestela.openai.domain.finetuning.FineTuningEvent
- io.github.sashirestela.openai.domain.finetuning.FineTuningRequest
- io.github.sashirestela.openai.domain.finetuning.FineTuningResponse
- io.github.sashirestela.openai.function.FunctionExecutor
- io.github.sashirestela.openai.domain.finetuning.HyperParams
- io.github.sashirestela.openai.domain.image.ImageResponse
- io.github.sashirestela.openai.domain.chat.content.ImageUrl
- io.github.sashirestela.openai.support.JsonSchemaUtil
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- io.github.sashirestela.openai.function.ParametersSerializer
- io.github.sashirestela.openai.domain.completion.LogProbs
- io.github.sashirestela.openai.domain.model.ModelResponse
- io.github.sashirestela.openai.domain.moderation.Moderation
- io.github.sashirestela.openai.domain.moderation.ModerationRequest
- io.github.sashirestela.openai.domain.moderation.ModerationResponse
- io.github.sashirestela.openai.OpenAI.Options
- io.github.sashirestela.openai.domain.OpenAIDeletedResponse
- io.github.sashirestela.openai.domain.OpenAIGeneric<T>
- io.github.sashirestela.openai.domain.OpenAIUsage
- io.github.sashirestela.openai.domain.audio.Segment
- io.github.sashirestela.openai.SimpleOpenAI
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.github.sashirestela.openai.SimpleUncheckedException
- java.lang.RuntimeException
- java.lang.Exception
- io.github.sashirestela.openai.domain.image.AbstractImageRequest
Interface Hierarchy
- io.github.sashirestela.openai.function.Functional
- io.github.sashirestela.openai.OpenAI
- io.github.sashirestela.openai.OpenAI.Audios
- io.github.sashirestela.openai.OpenAI.ChatCompletions
- io.github.sashirestela.openai.OpenAI.Completions
- io.github.sashirestela.openai.OpenAI.Embeddings
- io.github.sashirestela.openai.OpenAI.Files
- io.github.sashirestela.openai.OpenAI.FineTunings
- io.github.sashirestela.openai.OpenAI.Images
- io.github.sashirestela.openai.OpenAI.Models
- io.github.sashirestela.openai.OpenAI.Moderations
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.github.sashirestela.openai.domain.audio.AudioRespFmt
- io.github.sashirestela.openai.domain.chat.ChatRespFmtType
- io.github.sashirestela.openai.domain.chat.tool.ChatToolChoiceType
- io.github.sashirestela.openai.domain.chat.tool.ChatToolType
- io.github.sashirestela.openai.domain.chat.content.ContentPartType
- io.github.sashirestela.openai.domain.embedding.EncodingFormat
- io.github.sashirestela.openai.domain.chat.content.ImageDetail
- io.github.sashirestela.openai.domain.image.ImageRespFmt
- io.github.sashirestela.openai.domain.file.PurposeType
- io.github.sashirestela.openai.domain.image.Quality
- io.github.sashirestela.openai.domain.chat.Role
- io.github.sashirestela.openai.domain.image.Size
- io.github.sashirestela.openai.domain.audio.SpeechRespFmt
- io.github.sashirestela.openai.domain.image.Style
- io.github.sashirestela.openai.domain.audio.Voice
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)