curl --location 'https://token.rcsh5.cn/aigc/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "Yt-AIPicCheck",
"messages": [
{
"role": "user",
"content": "https://cdn.phototourl.com/free/2026-05-28-ed2e08dd-8876-41c3-89f4-ecd53820e761.png"
}
]
}'{
"id": "chatcmpl-xxxxxxxxxxxx",
"object": "chat.completion",
"model": "Yt-AIPicCheck",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "{\"result\":\"fake\",\"probability\":0.993,\"detail\":{\"1\":{\"box\":[],\"score\":[0.993]}}}"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
}
}