---
title: "List Provider Model Tiers"
method: GET
path: "/api/chat/model-tiers"
tags: ["v2", "chat", "chat"]
---

# List Provider Model Tiers

`GET /api/chat/model-tiers`

What each provider's quality tiers resolve to, whoever you are.

``GET /connections`` answers "what can you pick", and deliberately omits
a connection nobody can select. That makes it the wrong source for the
surfaces that describe a provider *before* the user has one -- the
connect dialog, and the plan cards selling a plan they have not bought.
Those need "ChatGPT's Advanced tier is 5.6 Sol", which is a fact about
the catalog rather than about this user's entitlements.

User-scoped only because the engine is: which model a tier maps to
depends on the path a turn will run on. Says nothing about access.

## Response `200`

Successful Response

- ProviderTiersResponse
  - `providers` ProviderTiers[], required
    - `provider_family` string, required
    - `display_name` string, required
    - `tiers` ProviderTier[], required
      - `tier` 'standard' | 'advanced', required
      - `label` string, required
      - `display_model` string, nullable

## Other responses

- `401` — Authentication required

## Changes

- **2026-09-02** `be3f4566783c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/chat/model-tiers/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/dc8f009814db/schema)
