Skip to main content

List AI Models

GET 

/process/ai-models

Returns the list of available AI models configured in the system. Use the model_id field when specifying the model parameter in TTS requests.

Query Parameters

ParameterTypeDescription
categorystringFilter by model category (e.g., tts)
pageintegerPage number for pagination
limitintegerResults per page

Example Usage

curl -X GET "https://gateway.aakashpay.com/ai/api/v2/process/ai-models?category=tts" \
-H "Authorization: your-access-token"

Request

Responses

Successfully retrieved AI models