---
title: "Get All Models"
method: GET
path: "/prompts/models/all"
tags: ["prompts", "models", "integrations"]
---

# Get All Models

`GET /prompts/models/all`

## Query parameters

- `with_custom_models` boolean

## Response `200`

Successful Response

- ModelInfo[]
  - `name` string, required
  - `alias` string, required
  - `integration` 'anthropic' | 'aws_bedrock' | 'aws_sagemaker' | 'azure' | 'custom' | 'databricks' | 'mistral' | 'nvidia' | 'openai' | 'vegas_gateway' | 'vertex_ai' | 'writer'
  - `lifecycle_state` 'active' | 'deprecated' | 'retired'
  - `replacement_alias` string, nullable
  - `deprecation_date` string, date, nullable
  - `retirement_date` string, date, nullable
  - `user_role` string, nullable
  - `assistant_role` string, nullable
  - `system_supported` boolean
  - `input_modalities` ContentModality[] — Input modalities that the model can accept.

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-06** `933e8c8e6366` — 4 info
  - added the optional property `items/deprecation_date` to the response with the `200` status
  - added the optional property `items/lifecycle_state` to the response with the `200` status
  - added the optional property `items/replacement_alias` to the response with the `200` status
  - added the optional property `items/retirement_date` to the response with the `200` status
- **2026-07-26** `05003e7835a2` — 1 info
  - the endpoint scheme security `ClassicAPIKeyHeader` was added to the API

[Change history](https://skmtc.dev/galileo/apis/galileo-api-server/changes/prompts/models/all/get.md)

---

[API](https://skmtc.dev/galileo/apis/galileo-api-server.md) · [All operations](https://skmtc.dev/galileo/apis/galileo-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/galileo/galileo-api-server/revisions/8b1d1a4a933e/schema)
