add_models
Register one or more models with optional context length and capability tags to an endpoint, so agents can discover and route to them based on supported features.
Instructions
Manually register models or user-confirmed model features.
Args: endpoint: endpoint name. model_ids: one or more model_id to register. context_length: optional context window in tokens. capabilities: optional capability tags to mark as supported (override source). Aliases tts/stt/asr are accepted. feature_overrides: optional key/value overrides. Keys may be capability tags or context_length; capability values must be booleans. Example: {"audio_tts": true, "context_length": 32000}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | ||
| model_ids | Yes | ||
| capabilities | No | ||
| context_length | No | ||
| feature_overrides | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||