Skip to main content
GET
List agent models

Authorizations

Authorization
string
header
required

Personal API token created in Descript Settings → API Tokens. See the Authentication section for details.

Response

Available agent models and aliases

availableModels
object[]
required

Canonical model ids currently advertised by the public agent API, each tagged with a coarse cost tier.

aliases
object[]
required

Friendly aliases that resolve to one of the availableModels at request time. Pass any alias id as model and the agent job result's result.resolved_model (on GET /jobs/{job_id}) will report the canonical id that actually ran.