Skip to main content
GET
/
api
/
v1
/
models
List Supported Models
curl --request GET \
  --url https://dev.voice.ai/api/v1/models \
  --header 'Authorization: Bearer <token>'
{
  "llm_models": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "tts_models": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://voice.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer

Response

Successful Response

llm_models
ModelOption · object[]
required
tts_models
ModelOption · object[]
required