Modelplane Modelplane docs

ModelService Custom Resource

This document is for an older version of Modelplane.

This document applies to Modelplane v0.1 and not to the latest release v0.3.

Expose model endpoints via a unified OpenAI-compatible URL.

Concept guide: Expose a Model →

#Metadata

API version
modelplane.ai/v1alpha1
Kind
ModelService
Scope
Namespaced
Short names
ms

#Example

Manifest
apiVersion: modelplane.ai/v1alpha1
kind: ModelService
metadata:
  name: qwen-72b
  namespace: ml-team
spec:
  endpoints:
    - selector:
        matchLabels:
          modelplane.ai/deployment: qwen-72b

#Spec

# endpoints required object[] ≥ 1 items
# selector required object
# matchLabels required map[string]string

#Status

# address optional string

Public address where this service is reachable.

# conditions optional object[]