VajraV1 YOLO API — Detection, Segmentation & Pose
VajraV1 packs YOLO-based object detection, image segmentation, and pose estimation into KeyoAPI’s vision lane.
Overview
VajraV1 packs YOLO-based object detection, image segmentation, and pose estimation into KeyoAPI’s vision lane. If you need an object detection api without standing up GPU workers, call this model through the same gateway as your LLMs. Realtime CV features used to require dedicated inference clusters. An AI API relay collapses that into HTTP calls with prepaid balance. VajraV1 is ideal when class vocabularies are standard YOLO-style objects; use sam3 for open-vocabulary masks. Per-call pricing near $0.0068 keeps experiments cheap until you prove ROI on camera streams. Batch still frames rather than every video frame when budgets are tight. Shelf monitoring, people counting, workout form checks, and factory defect triage. Feed detections into gpt-5.6-luna for natural-language incident summaries. Use Keyo /v1/images/object-detection and related paths with model=VajraV1. Keys: /pricing/VajraV1. VajraV1 exposes YOLO-style detection (and related segmentation/pose routes) for retail and industrial CV without standing up your own GPU fleet. YOLO-style detection is for closed vocabularies you already understand: people, boxes, vehicles, shelves. Sample frames from video instead of every frame to control cost. Persist boxes with camera id and timestamp for analytics. When you need “find the weird unlabeled object,” escalate to sam3. Feed compact detection JSON into Luna for incident summaries so the LLM never sees raw pixels. Object detection API pricing stays sane when you batch stills and cache identical frames. Define class allowlists per camera. Drop detections below confidence thresholds. Aggregate into events before calling an LLM. Object detection API noise will drown your logs if you forward every box raw.
Quick start
Base URL: https://www.keyoapi.xyz/v1
Endpoint: POST /v1/images/object-detection
Model: model=VajraV1
curl https://www.keyoapi.xyz/v1/images/object-detection \
-H "Authorization: Bearer YOUR_API_KEY" \
-F model=VajraV1 \
-F image=@./frame.png
Auth uses the same Bearer API key as chat. Full notes: Keyo docs.
FAQ
Is VajraV1 a YOLO model?
Yes—it provides YOLO-style realtime vision for detection, segmentation, and human pose keypoints via KeyoAPI.
What industries use it?
Retail analytics, industrial CV, sports, safety monitoring, and robotics prototypes.
Pricing?
About $0.0068 per request—live on /pricing/VajraV1.