---
title: "List Parse Versions"
method: GET
path: "/api/v2/parse/versions"
tags: ["V2", "Parse"]
---

# List Parse Versions

`GET /api/v2/parse/versions`

List the parse versions accepted by each tier.

## Response `200`

Successful Response

- ParseVersionsResponse — Versions accepted by the parse API, grouped by tier.
  - `fast` string[], required — Versions for the fast tier
  - `cost_effective` string[], required — Versions for the cost_effective tier
  - `agentic` string[], required — Versions for the agentic tier
  - `agentic_plus` string[], required — Versions for the agentic_plus tier

---

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