# Model Service

A governed AI Gateway endpoint in Unity Catalog that routes inference
 requests to one or more model destinations (for example a foundation model
 or an external LLM reached through a ModelProviderService). Applies
 centralized access control, rate limits, guardrails, and auditing to the
 traffic it serves.

## The ModelService object

- [model-service/object.md](model-service/object.md)

## Endpoints

### Get

- [GET /api/2.1/unity-catalog/{name=model-services/*}](get-model-service.md)

### List

- [GET /api/2.1/unity-catalog/model-services](list-model-services.md)

### Create

- [POST /api/2.1/unity-catalog/model-services](create-model-service.md)

### Update

- [PATCH /api/2.1/unity-catalog/{model_service.name=model-services/*}](update-model-service.md)

### Delete

- [DELETE /api/2.1/unity-catalog/{name=model-services/*}](delete-model-service.md)

