---
title: "List models filtered by user provider preferences, privacy settings, and guardrails"
method: GET
path: "/models/user"
tags: ["Models"]
---

# List models filtered by user provider preferences, privacy settings, and guardrails

`GET /models/user`

List models filtered by user provider preferences, [privacy settings](https://openrouter.ai/docs/guides/privacy/provider-logging), and [guardrails](https://openrouter.ai/docs/guides/features/guardrails). If requesting through `eu.openrouter.ai/api/v1/...` the results will be filtered to models that satisfy [EU in-region routing](https://openrouter.ai/docs/guides/privacy/provider-logging#enterprise-eu-in-region-routing).

## Query parameters

- `offset` integer, nullable — Number of records to skip for pagination. When both offset and limit are omitted, the full list is returned
- `limit` integer — Maximum number of records to return (max 1000). When both offset and limit are omitted, the full list is returned

## Response `200`

Returns a list of models filtered by user provider preferences

- ModelsListResponse — List of available models
  - `data` Model[], required — List of available models — unresolved $ref
  - `links` object, required — Pagination links
    - `next` string, nullable, required — URL for the next page of results, or null if this is the last page
  - `total_count` integer, required — Total number of models matching the query

## Other responses

- `401` — Unauthorized - Authentication required or invalid credentials
- `403` — Forbidden - Authentication successful but insufficient permissions
- `404` — Not Found - Resource does not exist
- `500` — Internal Server Error - Unexpected server error

## Changes

- **2026-07-29** `c506a198e46b` — 1 info
  - added the optional property `data/items/alias_target` to the response with the `200` status
- **2026-07-20** `7da991e5a363` — 1 info
  - added the non-success response with the status `403`
- **2026-07-15** `becc20273345` — 1 warning
  - added the new `prediction` enum value to the `data/items/supported_parameters/items/` response property for the response status `200`
- **2026-07-14** `e25e67040f6d` — 2 info
  - added the optional property `data/items/pricing/overrides/items/utc_end` to the response with the `200` status
  - added the optional property `data/items/pricing/overrides/items/utc_start` to the response with the `200` status
- **2026-07-13** `b0e196d046d6` — 1 info
  - added the optional property `data/items/pricing/overrides` to the response with the `200` status

[Full history](https://skmtc.dev/openrouterteam/apis/openrouter-api/changes/models/user/get.md)

---

[API](https://skmtc.dev/openrouterteam/apis/openrouter-api.md) · [All operations](https://skmtc.dev/openrouterteam/apis/openrouter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openrouterteam/openrouter-api/revisions/c01407ce6d8c/schema)
