Skip to main content
Retrieve the Portix unified model catalog from /v1/models Use this route to retrieve the model IDs currently visible to your account. /v1/models is now a catalog-only endpoint. It returns model identity and protocol metadata, not pricing. For pricing, use /v1/models/pricing.

Endpoint

Authentication

Use a standard Portix API key header:

Notes

  • This route only supports GET.
  • The response is Portix’s unified catalog schema.
  • Hidden and unlisted models are filtered out before the response is returned.
  • Results are sorted by model ID.
  • Pricing is intentionally excluded so the catalog does not imply a single authoritative price when the same model can route across multiple mappings.

Example Requests

Response Format

Response Fields

Why This Route Matters

Use /v1/models when you need to:
  • populate a model picker in your UI
  • validate whether a model is visible to the current account
  • decide which protocol family a model is exposed under
Use /v1/models/pricing when you need authoritative billing data.