Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content
エンドポイント / Discovery

モデル一覧

GET/v1/models

現在の API Key で利用できるモデルを flat OpenAI-compatible shape で返します。routing、pricing、modality、usage metadata には /api/models/catalog を使ってください。

どちらの endpoint を使うべきか

/v1/models

既存 SDK や tools 向けの OpenAI-compatible model list。

/api/models/catalog

agents、routing、pricing、modalities、endpoint support、parameters、 usage/cache metadata のための rich catalog。

Response fields

objectstring

常に list

dataobject[]

現在の API Key でアクセスできる model records。

data[].idstring

Model ID。

data[].objectstring

通常 model

data[].owned_bystring

provider または owner label。

Filtering behavior

モデルが表示される条件:

  1. 少なくとも 1 つの usable Lazu channel で enabled。
  2. 現在の API Key がアクセス可能。
  3. token model restrictions により除外されていない。

agent が適切に選ぶ必要がある場合は、先に モデルカタログ を読んでください。