```ts
type CandidateInput =
  | Model
  | ModelRouter
  | RoutingCandidate;
```

Defined in: [src/models/routing/strategy.ts:56](https://github.com/strands-agents/harness-sdk/blob/ca4c20fea3f7d62c29b021c85f336eba5937012f/strands-ts/src/models/routing/strategy.ts#L56)

What each [ModelRouter](/pr-cms-4024/docs/api/typescript/ModelRouter/index.md) candidate entry accepts.