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

# List Models

`GET /agents/v1/models`

List available models

## Response `200`

Successful Response

- Models
  - `object` string, nullable
  - `data` Model[]
    - `id` string, required
    - `created` integer
    - `object` string, nullable
    - `owned_by` string, nullable

---

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