/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
- cURL
- Python
- Node.js
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
/v1/models/pricing when you need authoritative billing data.