---
title: "Get All Available Models For App"
method: GET
path: "/v1/models/all"
tags: ["models"]
---

# Get All Available Models For App

`GET /v1/models/all`

Get a list of all the Models which this App can potentially use.

## 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/revisions/a5e0b539abc5/schema)
