---
title: "Activate a model"
method: PATCH
path: "/models/{model_id}/activate"
tags: ["models"]
---

# Activate a model

`PATCH /models/{model_id}/activate`

Marks the model as active and adds it to the live registry so proxy requests can use it immediately. Requires system admin.

## Path parameters

- `model_id` string, required

## Response `200`

OK

- InternalApiAdminModelResponse
  - `aliases` string[]
  - `azure_api_version` string
  - `azure_deployment` string
  - `base_url` string
  - `created_at` string
  - `id` string
  - `input_price_per_1m` number
  - `is_active` boolean
  - `max_context_tokens` integer
  - `name` string
  - `output_price_per_1m` number
  - `provider` string
  - `source` string
  - `updated_at` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
