Endpoints / Discovery
Models list
GET
/v1/modelsList models available to the current API key in the flat OpenAI-compatible shape. For routing, pricing, modality and usage metadata, use /api/models/catalog instead.
Which model endpoint should I use?
/v1/models
OpenAI-compatible model list for existing SDKs and tools.
/api/models/catalog
Rich token-scoped catalog for agents, routing, pricing, modalities, endpoint support, parameters and usage/cache metadata.
Response fields
objectstringAlways list.
dataobject[]Accessible model records for the current API key.
data[].idstringModel ID.
data[].objectstringUsually model.
data[].owned_bystringProvider or owner label.
Filtering behavior
A model appears here only when:
- It is enabled on at least one usable Lazu channel.
- The current API key is allowed to access it.
- The token's model restrictions do not exclude it.
If an agent needs to choose well, read Model catalog first.