Skip to main content
GET
List the embedding models available through the /v1/embeddings endpoint. When authenticated with an API key, returns only the models approved for your organization. Without authentication, returns all publicly available models. Aliases and routing policies exist for chat only, so they never appear here.

Authorizations

Authorization
string
header
required

API key for authentication

Response

List of available models

object
enum<string>
required

The object type, always 'list'

Available options:
list
data
object[]
required

The list of available embedding models

Last modified on August 7, 2026