---
title: "List pricing history for a (provider, model, tokenClass) triple"
method: GET
path: "/api/pricing/{provider}/{model}/{tokenClass}"
tags: ["Pricing"]
---

# List pricing history for a (provider, model, tokenClass) triple

`GET /api/pricing/{provider}/{model}/{tokenClass}`

## Path parameters

- `provider` 'claude' | 'claude-managed' | 'codex' | 'pi' | 'opencode' | 'devin' | 'gemini', required
- `model` string, required
- `tokenClass` 'input' | 'cached_input' | 'output' | 'cache_write' | 'runtime_hour' | 'acu', required

## Response `200`

Pricing rows (latest first)

---

[API](https://skmtc.dev/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.dev/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/revisions/92a1dcbd2fc7/schema)
