---
title: "Get Compression Models"
method: GET
path: "/api/pricing/compression-models"
tags: ["Pricing"]
---

# Get Compression Models

`GET /api/pricing/compression-models`

Get our compression model(s) with pricing info (cached).

Used by frontend to display our pricing (e.g., latte_v1 @ $0.10/1M tokens).

Returns:
- List of compression models with:
  - name: Model name (e.g., "latte_v1")
  - display_name: Human-readable name
  - description: Model description
  - input_price_per_1m: Our price per 1M input tokens

## Response `200`

Successful Response

- CompressionModelsResponse
  - `success` boolean
  - `message` string, nullable
  - `data` CompressionModelInfo[], required
    - `name` string, required — Model name (e.g., 'latte_v1')
    - `display_name` string, required — Human-readable name
    - `description` string, required — Description of the compression technology
    - `input_price_per_1m` number, required — Our price per 1M input tokens
    - `min_tier` string, nullable — Minimum subscription tier required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/compresr/apis/compresr-platform-api.md) · [All operations](https://skmtc.net/compresr/apis/compresr-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/compresr/compresr-platform-api/revisions/93ee959dfa51/schema)
