Version
ModelService Custom Resource
On this page
Expose model endpoints via a unified OpenAI-compatible URL.
Concept guide: Expose a Model →
#Metadata
#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
Weight determines the share of traffic sent to this entry’s endpoints, relative to the other entries. An entry with weight 2 receives twice the traffic of an entry with weight 1. The weight is spread as evenly as possible across all endpoints the entry matches.