---
title: "Private Models List"
method: GET
path: "/models/private/list"
tags: ["Models"]
---

# Private Models List

`GET /models/private/list`

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- ModelOut[]
  - `model_name` string, required — Model Name
  - `type` string, required — raw type of the model
  - `reported_type` string, required — reported type of the model
  - `description` string — description of the model
  - `cover_img_url` string — cover image link
  - `tags` string[] — list of tags
  - `pricing` union, required — The pricing type and cost for this model
    - ModelPricingTime
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_sec` number, required
    - ModelPricingTokens
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_input_token` number, required
      - `cents_per_output_token` number, required
      - `rate_per_input_token_cached` number, nullable
      - `rate_per_input_token_cache_write` number, nullable
      - `rate_per_service_tier_priority` number, nullable
      - `rate_per_service_tier_flex` number, nullable
    - ModelPricingInputLength
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_input_sec` number, required
    - ModelPricingInputTokens
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_input_token` number, required
    - ModelPricingUptime
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_sec` number, required
    - ModelPricingInputCharacterLength
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_input_chars` number, required
    - ModelPricingImageUnits
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_image_unit` number, required
      - `default_width` integer, required
      - `default_height` integer, required
      - `default_iterations` integer, required
      - `default_price_cents` number, nullable
      - `usage_from_cost` boolean, required
    - ModelPricingOutputLength
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_output_sec` number, required
    - ModelPricingFrameUnits
      - `short` string, nullable — Short description of the pricing, ideal for cards and headers
      - `full` string, nullable — Full description of the pricing, perfect for details
      - `table` object, nullable — Could be used to generate pricing tables
      - `type` string
      - `cents_per_frame_unit` number, required
  - `max_tokens` integer, nullable — The maximum context size of this model, if applicable
  - `replaced_by` string, nullable
  - `deprecated` integer, nullable
  - `quantization` string, nullable
  - `mmlu` number, nullable
  - `expected` string, nullable
  - `create_ts` string, nullable
  - `private` integer
  - `is_partner` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/51b817b3f80f/schema)
