Chat completions
curl https://api.vch.cerberuslaw.ai/v1/chat/completions \
-H "Authorization: Bearer $CERBERUS_VCH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "cerberus-vch",
"messages": [{
"role": "user",
"content": "Find the strongest evidence relevant to this issue and identify contradictions."
}]
}'