---
title: "List Model Metadata"
method: GET
path: "/v1/models/metadata"
tags: ["models"]
---

# List Model Metadata

`GET /v1/models/metadata`

Per-model metadata for the dashboard's detail view, from models.dev.

Covers every model models.dev lists under a configured provider, keyed by the
``instance:model`` selector the dashboard uses. ``available`` is false when
enrichment is disabled (``models_dev_metadata``) or models.dev could not be
reached; the response is then empty and the UI falls back to bundled data.
Master-key gated: it describes the gateway's configured providers.

Answers from the cached catalog, kept warm by a background refresher, so the
dashboard never waits on the models.dev fetch timeout.

## Response `200`

Successful Response

- ModelMetadataResponse — models.dev metadata keyed by ``provider:model``.
  - `available` boolean, required — False when metadata could not be loaded (enrichment disabled or models.dev unreachable).
  - `models` object
  - `source` string

## Changes

> 126 revisions in range; 81 could not be searched.

- **2026-04-17** `0f43605bdc13` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/models/metadata/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/7f178e92b56c/schema)
