Skip to main content

Model serving

Under AI → Model Serving, operate models deployed by D.Hub and external inference endpoints. This menu is available to administrators and managers.

Empty model-serving list with the Create button

Distinguish model settings

ScreenPurpose
Model ServingOperate an internal container or external endpoint as a service.
LLM ModelsRegister language models that agents, workflows, and Knowledge AI Chat can select.
Assistant ModelsSelect the active model shared by D.Hub Assistant, AI generation, and reports.

Review the list

Filter the list by Internal / External. Each row shows the name, invocation protocol, endpoint or image, readiness, and owner. Select multiple models to delete them in bulk.

Register an internal model

  1. Select Create model, then select Internal deployment.
  2. Enter the name, alias, description, and invocation protocol.
  3. Enter the container image, port, and replica count.
  4. Configure CPU, memory, GPU, and the health-check path.
  5. Review advanced runtime options as needed, then save.

Select OpenAI Chat / OpenAI Embeddings / Custom as the invocation protocol. Choose the protocol that matches the endpoint contract used by clients.

Register an external model

  1. Under Create model, select External endpoint.
  2. Enter the invocation protocol and external URL.
  3. Select the authentication method and required secret references.
  4. Save, then review connection information and readiness on the details screen.

Do not repeatedly enter authentication values as plain text. Reference a key stored under Secrets.

Check status

Under Overview in the model details, review readiness and replica status. If a replica is not ready, review the image, resources, health-check path, and deployment events, then check again.

Manage internal-model artifacts

Under Artifacts for an internal model, upload a ZIP file and review its versions.

  • Pin the artifact version used by a deployment.
  • A version referenced by the current deployment or another setting cannot be deleted until the reference is removed.
  • After pinning a new version, confirm that readiness returns to normal.

Edit and delete

Use row actions to edit settings or delete a model. Deleting a model can break consumers of its endpoint. For an internal model, review running deployments and artifact references first. Bulk deletion reports success and failure separately for each item.