---
title: "List All Embedding Model Providers"
method: GET
path: "/models/embedding/providers"
tags: ["Models"]
---

# List All Embedding Model Providers

`GET /models/embedding/providers`

Get a list of all unique embedding model providers available in the system.

## Headers

- `authorization` string, nullable
- `x_session_token` string, nullable

## Response `200`

Successful Response

- ProvidersListResponse — Response schema for listing providers.
  - `providers` string[], required — List of unique providers
  - `total` integer, required — Total number of providers

## Other responses

- `422` — Validation Error

---

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