---
title: "List embedding models"
method: GET
path: "/ai/openai/embeddings/models"
tags: ["OpenAI Embeddings"]
---

# List embedding models

`GET /ai/openai/embeddings/models`

Returns a list of available embedding models. This endpoint is compatible with the OpenAI Models API format.

## Response `200`

Successful Response

- OpenAIEmbeddingModelsResponse
  - `object` string, required — The object type, always 'list'
  - `data` OpenAIEmbeddingModelMetadata[], required — List of available embedding models
    - `id` string, required — The model identifier
    - `object` string, required — The object type, always 'model'
    - `created` integer, required — Unix timestamp of when the model was created
    - `owned_by` string, required — The organization that owns the model

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api/revisions/e32d46c5945b/schema)
