AI Video Model Radar
Pricing
from $50.00 / 1,000 ai video signal founds
AI Video Model Radar
Monitor public official/docs/changelog URLs for AI video model releases, pricing/API changes and deprecations.
Pricing
from $50.00 / 1,000 ai video signal founds
Rating
0.0
(0)
Developer
Diego Jurado Garcia
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Heuristic monitor for AI video/image model pages, changelogs, API docs and pricing pages.
It fetches public URLs, extracts visible text, matches model/change keywords, and emits structured signal items for teams that need to track generative-video tooling without reading every changelog manually.
Use cases
- Monitor AI video model releases and API availability.
- Watch pricing/deprecation signals.
- Build a weekly digest for creative/production teams.
- Feed internal tooling with structured evidence items.
Input
{"sources": [{"name": "Runway", "url": "https://runwayml.com/research", "source_type": "official"}],"keywords": ["runway", "api", "pricing", "deprecation"],"max_pages": 10,"include_raw_excerpt": false}
If sources is omitted, a small safe default set of public official URLs is used. Failed fetches are returned as structured low-confidence items instead of crashing the run.
Output
titledate_seensource_urlsource_typemodelscapabilityworkflow_fitconfidenceriskrecommended_actionevidence_excerptmatched_keywords
Local offline smoke
python3 src/main.py --local --input samples/input.json --output /tmp/ai-video-model-radar-output.jsonpython3 -m pytest tests/
Limitations
This is deterministic heuristic monitoring, not a truth oracle. It does not use LLMs, proxies, logins, social scraping, or paid APIs. Use official sources where possible and manually verify important alerts.