update_integration_models
Bulk-update integration models: enable or disable, register custom or fine-tuned models, set per-model hosts/headers, and attach static pricing. Control if future provider models are enabled.
Instructions
Bulk enable or disable integration models, register custom or fine-tuned models, set per-model hosts and headers, and attach static token pricing. allow_all_models controls whether future provider models start enabled. These changes affect every workspace using the integration; inspect list_integration_models first and use get_model_pricing when deriving custom rates. Returns success and the number of models updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug of the integration | |
| models | Yes | Array of model configurations to update | |
| allow_all_models | No | Whether newly available provider models are enabled by default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |