APIMaster.ai

Models

GET /v1/models and model id naming.

Models

Request

GET https://apimaster.ai/v1/models

curl -s "https://apimaster.ai/v1/models" \
  -H "Authorization: Bearer YOUR_API_KEY"

Example response

{
  "object": "list",
  "data": [
    { "id": "claude-sonnet-4-6", "object": "model", "owned_by": "..." },
    { "id": "gpt-5.4", "object": "model", "owned_by": "..." }
  ]
}

The exact list depends on your account and active channels.

Naming

  • Lowercase slugs with hyphens, aligned with marketplace tabs.
  • Do not append channel numbers in API calls — routing picks a channel server-side.

See Supported models.