---
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

---

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