# Models (/docs/coreai/models)



CoreAI model operations split into two different concerns:

* getting model weights or model references into a platform-managed form
* exposing those models through a serving path that applications can actually use

For locally managed and platform-hosted models, the central operational service is the `Model Installer API`. It handles artifact import, MLflow registration, inference registration, and the bridge into the serving layer.

In This Section [#in-this-section]

<Cards>
  <Card title="Model Installer API" href="/docs/coreai/models/model-installer-api" />

  <Card title="Cloud Models" href="/docs/coreai/models/cloud-models" />
</Cards>
