ScoredModel
Defined in: ai.matey.core/src/capability-matcher.ts:66
A model with its backend and match score.
Properties
Section titled “Properties”backend
Section titled “backend”backend:
string
Defined in: ai.matey.core/src/capability-matcher.ts:71
Backend providing this model
breakdown
Section titled “breakdown”breakdown:
object
Defined in: ai.matey.core/src/capability-matcher.ts:77
Score breakdown
costScore
Section titled “costScore”costScore:
number
qualityScore
Section titled “qualityScore”qualityScore:
number
speedScore
Section titled “speedScore”speedScore:
number
matchReason
Section titled “matchReason”matchReason:
string
Defined in: ai.matey.core/src/capability-matcher.ts:84
Reason for this match/score
meetsRequirements
Section titled “meetsRequirements”meetsRequirements:
boolean
Defined in: ai.matey.core/src/capability-matcher.ts:87
Whether all required capabilities are met
model:
AIModel
Defined in: ai.matey.core/src/capability-matcher.ts:68
The model information
score:
number
Defined in: ai.matey.core/src/capability-matcher.ts:74
Overall match score (0-100)