---
title: "List Models"
method: GET
path: "/agents/models"
tags: ["agents"]
---

# List Models

`GET /agents/models`

List all available models that can be used with agents.

Returns:
    ListModelsResponse: A list of available models

## Headers

- `x-custom-api-key` string, nullable

## Response `200`

Successful Response

- ListModelsResponse — Response for the list models endpoint
  - `models` ModelInfo[], required
    - `id` string, required

## Other responses

- `422` — Validation Error

---

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