@CoderCui【Opus4.6】怎么验证真假? 中发帖

借鉴之前的Opus4.5鉴别方案 
curl --location --request POST 'https://YOU_HOST/v1/messages' \
--header 'anthropic-beta: interleaved-thinking-2025-05-14' \
--header 'anthropic-version: 2023-06-01' \
--header 'Authorization: Bearer YOU_API_KEY' \
--header 'content-type: application/json' \
--data-raw '{
"model": "claude-opus-4-6",
"max_tokens": 64000,
"messages": [
{
"role": "use...