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

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

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