Skip to content

ScoredModel

Defined in: ai.matey.core/src/capability-matcher.ts:66

A model with its backend and match score.

backend: string

Defined in: ai.matey.core/src/capability-matcher.ts:71

Backend providing this model


breakdown: object

Defined in: ai.matey.core/src/capability-matcher.ts:77

Score breakdown

costScore: number

qualityScore: number

speedScore: number


matchReason: string

Defined in: ai.matey.core/src/capability-matcher.ts:84

Reason for this match/score


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)