Authorization: ********************curl --location 'https://api.147ai.cn/v1/models' \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "omni-fast",
"object": "model",
"created": 1626777600,
"owned_by": "sora",
"supported_endpoint_types": [
"openai-video"
]
},
{
"id": "omni-fast-v2v",
"object": "model",
"created": 1626777600,
"owned_by": "sora",
"supported_endpoint_types": [
"openai-video"
]
}
],
"object": "list",
"success": true
}