ModelReference
Defined in: packages/ai.matey.types/src/model-runner.ts:129
Model file reference.
Properties
Section titled “Properties”format?
Section titled “format?”
optionalformat:string
Defined in: packages/ai.matey.types/src/model-runner.ts:140
Model format/type.
Example
Section titled “Example”'gguf', 'safetensors', 'pytorch'
optionalname:string
Defined in: packages/ai.matey.types/src/model-runner.ts:145
Model name/identifier.
path:
string
Defined in: packages/ai.matey.types/src/model-runner.ts:134
Path to the model file.
Example
Section titled “Example”'./models/llama-3.1-8b.gguf'