Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content
Endpoints / Discovery

Models list

GET/v1/models

List 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

objectstring

Always list.

dataobject[]

Accessible model records for the current API key.

data[].idstring

Model ID.

data[].objectstring

Usually model.

data[].owned_bystring

Provider or owner label.

Filtering behavior

A model appears here only when:

  1. It is enabled on at least one usable Lazu channel.
  2. The current API key is allowed to access it.
  3. The token's model restrictions do not exclude it.

If an agent needs to choose well, read Model catalog first.