---
title: "Get Active Models For App"
method: GET
path: "/v1/models/active"
tags: ["models"]
---

# Get Active Models For App

`GET /v1/models/active`

Get a list of the Models which are active for a specific App.

## Response `200`

Successful Response

- ModelParts[]
  - `model` string, required — The name of the model. Can belong to many providers
  - `provider` string, nullable — The provider for the model.
  - `owner` string, nullable — The owner of the model. Sometimes, for a provider/model combination, many instances exist, trained on different data
  - `namespace` string, required — The fully qualified (namespaced) model name
  - `at` string, nullable — Extra model settings inferred from namespace

---

[API](https://skmtc.net/pulze/apis/pulze-ai-api.md) · [All operations](https://skmtc.net/pulze/apis/pulze-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pulze/pulze-ai-api/versions/a5e0b539abc5/schema)
