---
title: "List all embeddings models"
method: GET
path: "/embeddings/models"
tags: ["Embeddings"]
---

# List all embeddings models

`GET /embeddings/models`

Returns a list of all available embeddings models and their properties

## 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 embeddings models

- 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

- `400` — Bad Request - Invalid request parameters or malformed input
- `500` — Internal Server Error - Unexpected server error

## Changes

- **2026-08-24** `ad4e1cd6fc96` — 1 info
  - added the optional property `data/items/pricing/overrides/items/utc_days` to the response with the `200` status
- **2026-07-29** `c506a198e46b` — 1 info
  - added the optional property `data/items/alias_target` to the response with the `200` status
- **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/embeddings/models/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/f2a6470d6ada/schema)
