X-Api-Key: ********************curl --location 'https://aitoearn.cn//api/ai/models/chat?channel=undefined&scene=undefined' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"name": "string",
"description": "string",
"summary": "string",
"logo": "string",
"tags": [],
"mainTag": "string",
"channel": "openai",
"scenes": [
"string"
],
"inputModalities": [
"text"
],
"outputModalities": [
"text"
],
"pricing": {
"price": "string",
"originPrice": "string"
},
"fixedImagePricing": [
{
"resolution": "string",
"price": 0
}
]
}
],
"code": 0,
"message": "string",
"requestId": "string"
}