Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/provider / / CLASSIFIER_RULES

Variable: CLASSIFIER_RULES

ts
const CLASSIFIER_RULES: readonly ClassifierRule[];

Defined in: packages/provider/src/model-tier/classify.ts:39

The static rule table. Order matters — higher-specificity entries come first (e.g. claude-haiku before claude-). Tests assert that the table covers the canonical 2026 model families.

Stable