Skip to main content
GET
/
v1
/
models
List models
curl --request GET \
  --url https://api.hq.zone/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "models": [
    {
      "display_name": "<string>",
      "is_default": true,
      "runtime_profile": "<string>",
      "slug": "<string>",
      "vendor": "<string>",
      "family": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Query Parameters

runtime
string | null

Filter to one runtime profile (claude-sdk | openai-agents | opencode).

Response

200 - application/json

Selectable models for the agent editor

models
object[]
required