AI / Agent
ModelSelector
A rich model picker showing provider, context window, cost, and capability badges.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| models | ModelOption[] | - | Available models with metadata. |
| value | string | - | Currently selected model ID. |
| onChange | (id: string) => void | - | Fired when the user selects a model. |