---
title: "Get Model Breakdown"
method: GET
path: "/user/models"
tags: ["User"]
---

# Get Model Breakdown

`GET /user/models`

Retrieve a per-model cost and usage breakdown for the authenticated user, including request counts, token usage, total cost, and provider information for every model used.

## Response `200`

Success

- ModelBreakdownResponse
  - `total_consumption` number, required — Total API spend across all models (in credits/USD)
  - `models` object, required — Map of model IDs to their usage statistics
  - `last_updated` string, date-time, nullable — ISO timestamp of the last usage update

---

[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)
