{}curl --location -g --request GET 'http://api.example.com/v1/models' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"data": [
{
"id": "az/claude-sonnet-4-20250514",
"object": "model",
"created": 1626777600,
"owned_by": "custom",
"supported_endpoint_types": [
"anthropic",
"openai"
]
},
{
"id": "az/claude-sonnet-4-20250514-thinking",
"object": "model",
"created": 1626777600,
"owned_by": "custom",
"supported_endpoint_types": [
"anthropic",
"openai"
]
}
],
"object": "list",
"success": true
}