add_models
Register AI models to an endpoint with configurable context length, capabilities, and feature overrides for precise model selection.
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 | |||