Skip to main content

LlmDetails

Description

Details about a Language Learning Model (LLM) including capabilities and configuration.

Properties

NameTypeDescriptionNotes
nameStringThe name of the LLM.
versionStringThe vendor-specific version of the LLM.[optional]
notesStringNotes on the LLM implementation.[optional]
roleRoleEnumThe default user-space role (not Auth) to set for the target LLM.[optional]
providerProviderEnumUpstream model provider.
apiTypeApiTypeEnumAPI style used to call the model.
initialPromptStringThe initial system prompt to instruct the LLM how to behave.[optional]
apiKeyStringAPI key to access the LLM.[optional]
credentialStringUser name / credential to access the LLM.[optional]
credentialPasswordStringPassword to access the LLM.[optional]
temperatureFloatAmount of variance / non-determinism in the result. Typical range [0, 2].[optional]
contextWindowIntegerMaximum tokens the model can process per request (prompt + response).[optional]
maxTokensIntegerMaximum tokens the model may generate in a response (should be <= contextWindow).[optional]
supportsImagesBooleanWhether the model can process and understand images in prompts.[optional]
supportsPromptCacheBooleanWhether the model supports caching of prompts for optimization.[optional]
inputPriceFloatPrice per 1,000 input (prompt) tokens in the default billing currency.[optional]
outputPriceFloatPrice per 1,000 output (completion) tokens in the default billing currency.[optional]
descriptionStringDetailed description of the model's capabilities and use cases.[optional]
urlURIBase URL to connect to the LLM API.[optional]
requestParametersStringExtra request parameters to send to the service.[optional]
metaDataStringFree-form metadata 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.1-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2025-09-03T16:35:42.569765-07:00[America/Los_Angeles]