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

# List available models

`GET /models`

Returns the public model catalog visible to API clients. Use the optional type filter to narrow results to image, video, audio, or text models.

## Query parameters

- `type` 'image' | 'video' | 'audio' | 'text' — Model type

## Response `200`

Available models returned.

- object
  - `models` object[], required
    - `model_id` string, required — Model identifier
    - `name` string, required — Model name
    - `type` 'image' | 'video' | 'audio' | 'text', required — Model type
    - `provider` string, required — Model provider
    - `capabilities` string[], required
    - `estimated_credits` integer, required — Estimated credits
    - `estimated_seconds` integer, required — Estimated seconds
    - `beta` boolean

---

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