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

# Get Model List

`GET /models`

Retrieve models information.

## Query parameters

- `type` 'text' | 'image' | 'audio' | 'video'
- `sub_type` 'chat' | 'embedding' | 'reranker' | 'text-to-image' | 'image-to-image' | 'speech-to-text' | 'text-to-video'

## Response `200`

Successful response

- object
  - `object` string
  - `data` object[]
    - `id` string
    - `object` string
    - `created` integer
    - `owned_by` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `404` — NotFound
- `429` — RateLimit
- `503` — Overloaded
- `504` — Timeout

---

[API](https://skmtc.dev/siliconflow/apis/siliconflow-api.md) · [All operations](https://skmtc.dev/siliconflow/apis/siliconflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siliconflow/siliconflow-api/revisions/945a814800c3/schema)
