Skip to main content

Endpoint

Returns models designed for vector embeddings. Use this endpoint when selecting embedding models for retrieval, RAG, clustering, or similarity search.

Query Parameters

string
Set to true to return only embedding models that can be served under zero data retention.true is the only accepted value. Any other value returns 400. Omit the parameter to list the full embedding catalog.
string
Set to true to return only embedding models that are offered confidentially, meaning the model carries is_tee: true. To require attestation for a specific request, send provider: {"aci_verified": true}. See Attested Routing.true is the only accepted value. Any other value returns 400. Omit the parameter to list the full embedding catalog.
Response entries have the same shape as the unfiltered catalog. There is no zdr field on a model object.

Examples

Response

Response Fields