Authorization: Bearer ********************curl --location 'https://gpt.js.cn/v1/models' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "gpt-5.4",
"object": "model",
"created": 1626777600,
"owned_by": "codex",
"supported_endpoint_types": [
"openai"
]
},
{
"id": "gpt-5.5",
"object": "model",
"created": 1626777600,
"owned_by": "custom",
"supported_endpoint_types": [
"openai"
]
},
{
"id": "gpt-image-2",
"object": "model",
"created": 1626777600,
"owned_by": "custom",
"supported_endpoint_types": [
"openai"
]
}
],
"object": "list",
"success": true
}