Skip to content

Models

GET https://cpa.momoyai.com/v1/models
Terminal window
curl https://cpa.momoyai.com/v1/models \
-H "Authorization: Bearer $MOMOYAI_API_KEY"

The endpoint returns an OpenAI-compatible list:

{
"object": "list",
"data": [
{
"id": "model-id",
"object": "model",
"owned_by": "provider"
}
]
}

The set can change with permissions and service configuration. Validate the target ID during configuration, do not rely on list order, and do not treat the current catalog as a permanent capability guarantee.

Open the searchable model catalog