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://api.shuyou.ai/v1/models \ --header 'Authorization: Bearer <token>'
{ "object": "list", "data": [ { "id": "openai/gpt-5", "object": "model", "display_name": "GPT-5", "owned_by": "openai", "input_modalities": [ "text", "image" ], "output_modalities": [ "text" ] } ] }
列出 Anthropic 兼容模型。
Authorization: Bearer YOUR_API_KEY — create keys in the ShuYou console.
Authorization: Bearer YOUR_API_KEY
Model list
"list"
Show child attributes