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

# List models

> List models available to the key's project

Availability can depend on project access and key restrictions. Use the returned public model identifier; `mibyan-4.1` is the current public model ID.

```bash theme={null}
curl https://api.mibyanai.com/v1/models \
  -H "Authorization: Bearer $MIBYAN_API_KEY"
```

The response contains the model ID, status, creation timestamp, and public ownership label.
