v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
OpenAI Embeddings

List embedding models

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

get/ai/openai/embeddings/models

Response

Successful Response

objectstring required

The object type, always 'list'

Example response

{
  "data": [
    {
      "id": "thenlper/gte-large",
      "owned_by": "telnyx"
    }
  ]
}