List LLM Models

List the LLM models selectable for voice agents on the caller’s workspace plan. Premium flagship models and the bring-your-own custom endpoint are available only on higher plans; lower plans receive the managed and standard models. The console renders its model picker from this response so it only offers models that POST/PATCH /v1/agents will accept.

Authentication

AuthorizationBearer

Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.

Response

The LLM models available on the caller's plan.
modelslist of objects
custom_endpoint_allowedboolean

Whether the workspace plan permits a bring-your-own custom LLM endpoint.

platform_default_providerstring
Provider the "Platform default" picker entry resolves to.
platform_default_modelstring
Model the "Platform default" picker entry resolves to.

Errors

401
Unauthorized Error