Update model assignment for a system section
AI Models
Update model assignment for a system section
Assigns a (provider, model) pair to one of the supported system sections — dataExtraction, automations, or messageGeneration. SUPERADMIN-only and tenant-scoped. Validates that the provider and model both exist in the AiModel registry before saving.
PUT
Update model assignment for a system section
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Which system section this assignment governs: dataExtraction, automations, or messageGeneration.
Available options:
dataExtraction, automations, messageGeneration Provider that will serve this section, identified by its vercelUniqueName.
Available options:
anthropic, openai, google modelName from the provider's modelDetails; must exist in the AiModel registry entry.