---
title: "List Models"
method: GET
path: "/models"
---

# List Models

`GET /models`

List all available models

## Response `200`

Success

- ListModelsResponse
  - `object` string
  - `data` Model[]
    - `name` string, required — Human-readable model name
    - `description` string, required — Model description
    - `id` string, required — Model identifier
    - `object` string, required
    - `created` integer, required — Creation timestamp
    - `owned_by` string, required — Organization that owns the model
    - `tokens` integer, required — Context length of the model (maximum combined input and output tokens)
    - `pricing` object, required
      - `input` number — Cost per input token
      - `output` number — Cost per output token
    - `endpoints` string[], required — Supported API endpoints
    - `premium_model` boolean, required — Whether this is a premium model
    - `voices` string[] — Available voices for text-to-speech models
    - `sizes` string[] — Available image sizes for image generation models
    - `qualities` string[] — Available quality levels for image generation models
    - `tags` string[] — Available tags for music generation models
    - `styles` string[] — Available styles for video generation models
    - `metadata` object — Additional metadata for chat completion models

---

[API](https://skmtc.dev/electronhub/apis/electron-hub-api.md) · [All operations](https://skmtc.dev/electronhub/apis/electron-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/electronhub/electron-hub-api/revisions/727f9c51555b/schema)
