> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inquantum.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Gateway Metadata

> Inspect Planck AI Gateway status and provider metadata.

Planck exposes metadata routes for gateway health and provider discovery.

## Status

```bash theme={null}
curl https://api.inquantum.ai/v1/gateway/status \
  -H "Authorization: Bearer $PLANCK_API_KEY"
```

## Providers

```bash theme={null}
curl https://api.inquantum.ai/v1/gateway/providers \
  -H "Authorization: Bearer $PLANCK_API_KEY"
```

Use `/v1/models` for OpenAI-compatible model discovery. Use these metadata routes when you need gateway-specific provider status or diagnostics.
