Skip to main content
GET
List Models (Public)

Overview

Returns Bland’s TTS model catalog in the OpenAI list format. No authentication is required. Use it when your tooling expects an OpenAI-style GET /models endpoint, or when you need to discover models before a user has entered an API key. Each entry carries the same capabilities manifest as List TTS Models: supported encodings, sample rates, containers, and voice controls. If you are already authenticated and only need the manifests, List TTS Models returns them without the OpenAI wrapper. Its behavior is unchanged. Responses are cacheable for up to 5 minutes (Cache-Control: public, max-age=300).

Response

string
Always list.
array
Array of model entries.

Error codes


Docs for agents: llms.txt