cURL
curl --request GET \ --url https://api.example.com/v1/models
{ "data": [ { "created_at": "2023-11-07T05:31:56Z", "model_name": "<string>", "model_provider": "<string>", "sudo_model_id": 123 } ], "first_id": "<string>", "has_more": true, "last_id": "<string>" }
Supported models retrieved successfully
Show child attributes