ClockNext: add (enable) a model
clocknext_add_modelEnable a model for usage metering. Provide provider and catalog ID; prices auto-copied or zero with warning.
Instructions
Enable a model for the organisation so usage can be metered against it — afterwards its modelId is valid in clocknext_record_usage / clocknext_verify_signal and appears in clocknext_list_models. Only models in ClockNext's pricing catalog can be added, AUTOPRICED: give the provider and model (its catalog id) and ClockNext copies that model's input/output/cache prices from the catalog — you never set prices here. If the catalog has no price for it, the model is still enabled but meters at $0, and you must set its price manually on the Models page (the tool returns that link and a warning). A model or provider that isn't in the catalog can't be added — check clocknext_list_models first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The model's catalog id, e.g. 'gpt-4o' or 'claude-sonnet-4-6'. This becomes the modelId you send in usage signals. | |
| provider | Yes | The model's provider slug in the ClockNext catalog, e.g. 'openai', 'anthropic', 'google'. |