Skip to main content

LlmDetails

Description

TODO LlmDetails CLASS DESCRIPTION

Properties

NameTypeDescriptionNotes
nameStringThe name of the LLM[optional]
versionStringThe vendor-specific version of the LLM[optional]
notesStringNotes on the LLM implementation[optional]
roleRoleEnumthe user role to set for the target LLM[optional]
providerProviderEnum[optional]
apiTypeApiTypeEnum[optional]
initialPromptStringthe initial prompt to instruct the LLM how to behave[optional]
apiKeyStringthe api-key to access the llm[optional]
credentialStringthe user name to access the LLM[optional]
credentialPasswordStringthe password to access the LLM[optional]
temperatureFloatthe amount of desired variance or non-determinism in the result[optional]
urlStringthe URL to connect to the LLM api[optional]
requestParametersStringrequest parameters to send to the service[optional]
metaStringmetadata in any text format to be used in client code[optional]
idUUIDUnique identifier for object in the system[optional]
ownerIdUUIDUUID of owner of the object in the system[optional]
createdDateOffsetDateTimeDate of object creation[optional]
keyHashStringData, including hash of the key(s) used to encrypt this record.[optional]
lastAccessedByIdUUIDLast user to access object[optional]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional]
lastModifiedDateOffsetDateTimeDate of last object modification[optional]

Enum: RoleEnum

NameValue
USER"user"
ASSISTANT"assistant"

Enum: ProviderEnum

NameValue
VALKYRAI"valkyrai"
OPENAI"openai"
LLAMA"llama"
PHI"phi"
GEMMA"gemma"
MISTRAL"mistral"
CLAUDE"claude"
GEMINI"gemini"
OTHER"other"
CHATGPT_PASS_THROUGH"chatgpt_pass_through"

Enum: ApiTypeEnum

NameValue
OPENAI"openai"
OLLAMA"ollama"
OTHER"other"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-04-09T20:27:13.881184-07:00[America/Los_Angeles]