Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://xxx.wengaocloud.com/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "gpt-4o-mini", "object": "model", "owned_by": "openai", "supported_endpoints": [ "/v1/chat/completions", "/v1/responses" ], "billing_unit": "token" } ] }
返回当前 API Key 和租户域名下可用的模型列表。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
模型列表。
"list"
Hide child attributes
"gpt-4o-mini"
"model"
"openai"
"token"