List available agent models

GET/v1/agents/models

Return 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
FieldTypeRequiredDescription
tierstringNoNormalized workspace plan tier used when computing model availability.
modelsobject[]No
models[].idstringNoModel identifier stored on the agent, including `external:{provider}:{modelId}` for workspace-connected models.
models[].labelstringNo
models[].descriptionstringNoHuman-readable description.
models[].intelligencestringNo
models[].contextWindowstringNo
models[].speedstringNo
models[].sourcemanaged | externalNo
models[].providerTypestringNo
models[].requiredTierstringNoLowest plan tier required to use this managed or external model entry.
models[].lockedbooleanNo
List available agent models
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow