Authorization: Bearer ********************{}curl --location --request GET 'https://aichat-api.wanailanhai.com/v1/models' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
{
"id": "DeepSeek-R1-0528",
"object": "model",
"created": 1626777600,
"owned_by": "custom",
"supported_endpoint_types": [
"openai"
]
},
{
"id": "DeepSeek-V3-Fast",
"object": "model",
"created": 1626777600,
"owned_by": "custom",
"supported_endpoint_types": [
"openai"
]
}
],
"success": true
}