curl --location 'https://token.rcsh5.cn/aigc/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "Yt-AIVidCheck",
"messages": [
{
"role": "user",
"content": "https://link.jiyiho.cn/orfile/view.php/bb66ef29eb0e3b625215927e7b1d4543.mp4"
}
]
}'{
"id": "chatcmpl-xxxxxxxxxxxx",
"object": "chat.completion",
"model": "Yt-AIVidCheck",
"choices": [
{
"index": 0,
"message": {
"role": "assistant",
"content": "{\"result\":\"fake\",\"probability\":0.994,\"detail\":{\"1\":{\"box\":[],\"score\":[0.994]}}}"
},
"finish_reason": "stop"
}
],
"usage": {
"prompt_tokens": 0,
"completion_tokens": 0,
"total_tokens": 0
}
}