Custom model providers
cmdop provider manages optional model providers for terminal chat. Run it
without a subcommand to open the interactive manager:
cmdop providerAdd and select a provider
cmdop provider add
cmdop provider set <name-or-id>Follow the interactive prompts for the endpoint, model, and credential. Provider support depends on API compatibility and on the features required by the selected Cmdop workflow.
Return to Cmdop’s default provider with:
cmdop provider defaultMaintain a provider
cmdop provider test <name-or-id>
cmdop provider edit <name-or-id>
cmdop provider edit-key <name-or-id>
cmdop provider delete <name-or-id>Use edit-key when only the credential changes. Use edit for the endpoint or
model. Cmdop keeps provider credentials separate from ordinary configuration;
do not copy credentials into scripts or documentation.
Run cmdop provider --help for the interface shipped in your release. Model
availability, aliases, pricing, context limits, and multimodal support are
provider-specific and are not defined by this CLI page.