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

# List models

`GET /v1/models`

Lists the currently available models, and provides information about each one such as the owner and availability.

## Query parameters

- `provider` string
- `capability` 'chat' | 'embeddings' | 'image_generation' | 'web_search' | 'function_calling'
- `include_deprecated` boolean

## Response `200`

Successful response

- object
  - `object` 'list', required
  - `data` unknown[], required
    - unknown

---

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