Capability Domains

The main capability areas covered by CoreAI.

Agentic Friendly

CoreAI is easier to understand when viewed as a set of capability domains rather than a list of unrelated products.

User Interface And API For GenAI And Agents

This domain provides the main entry points into the platform.

CapabilityMain componentsPurpose
Web experienceCoreAI Web PortalMain user surface for AI workflows
DocumentationDocumentationProduct guidance and reference material
Backend servicesCoreAI API, Model InstallerApplication logic, orchestration, and model delivery

GenAI And ML Lifecycle

This domain manages how models are tracked, versioned, and prepared for use.

CapabilityMain componentsPurpose
Model registryMLflowTrack experiments and manage model versions
Model deliveryModel InstallerInstall and prepare models for Runtime inference

LLM Proxy And MCP

This domain standardizes access to models and tools.

CapabilityMain componentsPurpose
LLM gatewayLiteLLMGoverned access to model providers and endpoints
MCP operationsToolHiveDeploy and manage MCP server integrations

RAG And Vectors

This domain supports retrieval and document understanding use cases.

CapabilityMain componentsPurpose
Document parsingDoclingConvert documents into structured content
Vector searchMilvusStore and query embeddings for retrieval workflows

Logs And Observability

This domain gives teams visibility into AI behavior and platform signals.

CapabilityMain componentsPurpose
GenAI observabilityOpenTelemetry, MLflowTrace prompts, responses, tool calls, and application behavior
Telemetry standardOpenTelemetryExport service telemetry in a consistent format

Why This Matters

This separation helps teams understand where a capability belongs, what it depends on, and how it fits with Runtime and the higher-level product layers.

On this page