koog-agents
Toggle table of contents
0.2.1
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-ollama-client
/
ai.koog.prompt.executor.ollama.client
/
OllamaModelCard
Ollama
Model
Card
class
OllamaModelCard
(
source
)
Members
Members & Extensions
Properties
capabilities
Link copied to clipboard
val
capabilities
:
List
<
LLMCapability
>
context
Length
Link copied to clipboard
val
contextLength
:
Long
?
embedding
Length
Link copied to clipboard
val
embeddingLength
:
Long
?
families
Link copied to clipboard
val
families
:
List
<
String
>
?
family
Link copied to clipboard
val
family
:
String
name
Link copied to clipboard
val
name
:
String
name
Without
Tag
Link copied to clipboard
val
OllamaModelCard
.
nameWithoutTag
:
String
parameter
Count
Link copied to clipboard
val
parameterCount
:
Long
?
quantization
Level
Link copied to clipboard
val
quantizationLevel
:
String
?
size
Link copied to clipboard
val
size
:
Long
Functions
to
LLModel
Link copied to clipboard
fun
OllamaModelCard
.
toLLModel
(
)
:
LLModel