Models
GET https://cpa.momoyai.com/v1/modelsRequest
Section titled “Request”curl https://cpa.momoyai.com/v1/models \ -H "Authorization: Bearer $MOMOYAI_API_KEY"Response
Section titled “Response”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.