---
title: "AI chip sales"
method: GET
path: "/api/v2/epoch/chip-sales"
tags: ["AI Compute"]
---

# AI chip sales

`GET /api/v2/epoch/chip-sales`

Epoch AI chip-sales rollup (CC-BY 4.0) — cumulative installed compute by chip designer (H100-equivalent), unit counts, and power draw (MW), at the latest reported window per manufacturer. Sorted by installed compute descending. Requires a plan with AI compute & models access (`can_use_epoch_ai`) — the Corporate & Supply Chain and Global Intelligence plans.

Filter by `chip_manufacturer` (the endpoint's sole filter); any other query param is surfaced back in `applied_filters.ignored` rather than silently applied.

## Query parameters

- `chip_manufacturer` string
- `limit` integer
- `cursor` string
- `offset` integer

## Response `200`

A page of chip-designer rollups. Envelope: `{ success, data, pagination, applied_filters }`.

- object
  - `success` boolean
  - `data` object[]
    - `chip_manufacturer` string
    - `compute_h100e` number, nullable
    - `units` number, nullable
    - `power_mw` number, nullable
    - `as_of` string — End date of the latest reported cumulative window.
    - `entity_id` string
    - `entity_page_name` string
  - `pagination` object
    - `limit` integer
    - `offset` integer
    - `next_cursor` string, nullable — Canonical page token — pass it back as `cursor` to fetch the next page (uniform across all list endpoints). `null` when there are no more rows.
    - `next_offset` integer, nullable — Legacy — prefer `next_cursor` (still returned). Numeric row offset of the next page.
  - `applied_filters` object
    - `ignored` object

## Other responses

- `401` — Missing/invalid API key
- `403` — Plan required (PLAN_REQUIRED) — the caller's plan does not carry the required source entitlement.
- `500` — Server error

---

[API](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2.md) · [All operations](https://skmtc.net/gdeltcloud/apis/gdelt-cloud-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gdeltcloud/gdelt-cloud-api-v2/revisions/01aaa6255180/schema)
