Hi @chymchym1905 - when you infer frame-by-frame, each frame counts as one inference. Anything over 1,000 inference costs $0.003 per API call.
If you use our hosted video API, you are metered on the number of hours of footage you send. Free plans get 5 hours of video per month (see more on the pricing page).
Thank you! I also want to ask if I can run video inference using a classification model at all? Im getting this error when im trying to use predict_video with my deployed model.
AttributeError: 'ClassificationModel' object has no attribute 'predict_video'
Hello there! Our Python package does not presently support running classification models. I am working on a fix for this and will send an update when the change is published.