Models and Credit

Models and Credit are core concepts in the MatrixOne Intelligence product model. This page explains the problems they solve, their relationships with other objects, and their usage boundaries.

Definition

  • Models provide inference services for capabilities such as generation, embeddings, reranking, vision, and speech.

  • Genesis provides model discovery, endpoints, authentication, and usage access.

  • Credit meters model or compute consumption; its conversion rules and billing cycles are determined by the organization’s billing configuration.

Object relationships

  1. Workflows, knowledge bases, and agents select models based on the task and are constrained by model capabilities, context, and input formats.

  2. Model requests produce usage records, allowing costs to be attributed by workspace, resource, model, and time.

  3. Model visibility, quotas, and rates depend on organization authorization, region, and deployment configuration.

Design principles

  • Use least privilege and keep credentials in managed configuration.

  • Start by validating with minimal data or test objects, then expand the scope.

  • Version executable configuration and retain each run as an execution record.

  • Do not equate a visible entry with backend availability or resource authorization.

Note

These pages follow the current MOI 5.0 product model. If an entry is missing, check the workspace, permissions, and feature flags.

Operational guidance