Back to Modelsby NVIDIA
N
Synthetic Video Detector
NVIDIANVIDIA Synthetic Video Detector is an AI-powered micro-service for detecting AI-generated (synthetic) videos.
Free EndpointDownloadableApr 16, 2026open license90K API calls / 30d
Specifications
Context Length
8K
8,192 tokens
Input Price
Free
per 1M tokens
Output Price
Free
per 1M tokens
Modalities
1
video→text
Capabilities
video detectionsafety
Tags
broadcastdeepfake-detectionsafety
API Usage
1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:
nvidia/synthetic-video-detectorcURL
curl https://api.1router.com/v1/chat/completions \
-H "Authorization: Bearer $ROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nvidia/synthetic-video-detector",
"messages": [{"role": "user", "content": "Hello!"}]
}'