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

# List available models

`GET /models`

## Response `200`

response

- object
  - `ok` boolean
  - `data` Model[]
    - `provider` string
    - `name` string
    - `streaming` boolean
    - `inputModalities` string[]
    - `outputModalities` string[]
    - `interface` 'langchain'
    - `ragSupported` boolean

---

[API](https://skmtc.net/aws-samples/apis/gaia-rest-api.md) · [All operations](https://skmtc.net/aws-samples/apis/gaia-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/gaia-rest-api/revisions/c61f71119116/schema)
