Skip to main content
GET
/
v1
/
models
curl https://api.tryveri.com/v1/models
{
  "models": [
    {
      "id": "veri_face",
      "name": "Veri Face Detector",
      "description": "Optimized for detecting AI-generated faces and portraits",
      "approach": "hybrid",
      "available": true,
      "avgLatencyMs": 150
    }
  ]
}
This endpoint does not require authentication.

Response

models
array
Array of available models.
curl https://api.tryveri.com/v1/models
{
  "models": [
    {
      "id": "veri_face",
      "name": "Veri Face Detector",
      "description": "Optimized for detecting AI-generated faces and portraits",
      "approach": "hybrid",
      "available": true,
      "avgLatencyMs": 150
    }
  ]
}

Model Details

veri_face

Our primary detection model optimized for AI-generated faces.
PropertyValue
ApproachHybrid (spatial + frequency analysis)
Best forPortrait images, profile photos
Avg latency~150ms
Input size224x224 (auto-resized)
Supported AI generators:
  • StyleGAN, PGGAN, ProGAN
  • Stable Diffusion, SDXL
  • Midjourney
  • DALL-E 2, DALL-E 3
  • Face swaps (DeepFaceLab, etc.)