---
title: "Get Available AI Models"
method: GET
path: "/v1/models/available"
tags: ["Models"]
---

# Get Available AI Models

`GET /v1/models/available`

Retrieve comprehensive information about all AI models available for use in agent and swarm configurations.

## Headers

- `x-api-key` string, required

## Response `200`

Successful Response

- ModelsAvailableOutput
  - `success` boolean, nullable
  - `count` integer, nullable
  - `models` unknown

## Other responses

- `422` — Validation Error

---

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