List available agent models
GET
/v1/agents/modelsReturn the current workspace model catalog, including built-in managed models and any external bring-your-own-model entries available to the authenticated user.
How to call this endpoint
Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.
Path, query, and header parameters
These parameters control which ACP object the endpoint acts on and how the request is processed.
Path parameters
None.
Query parameters
None.
Body schema
This endpoint does not require a request body.
None.
What the API returns
Each response code below includes the documented payload shape for the ACP API.
200Agent model catalogapplication/json
| Field | Type | Required | Description |
|---|---|---|---|
| tier | string | No | Normalized workspace plan tier used when computing model availability. |
| models | object[] | No | — |
| models[].id | string | No | Model identifier stored on the agent, including `external:{provider}:{modelId}` for workspace-connected models. |
| models[].label | string | No | — |
| models[].description | string | No | Human-readable description. |
| models[].intelligence | string | No | — |
| models[].contextWindow | string | No | — |
| models[].speed | string | No | — |
| models[].source | managed | external | No | — |
| models[].providerType | string | No | — |
| models[].requiredTier | string | No | Lowest plan tier required to use this managed or external model entry. |
| models[].locked | boolean | No | — |