AI Video Model Radar avatar

AI Video Model Radar

Pricing

from $50.00 / 1,000 ai video signal founds

Go to Apify Store
AI Video Model Radar

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

Diego Jurado Garcia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

  • title
  • date_seen
  • source_url
  • source_type
  • models
  • capability
  • workflow_fit
  • confidence
  • risk
  • recommended_action
  • evidence_excerpt
  • matched_keywords

Local offline smoke

python3 src/main.py --local --input samples/input.json --output /tmp/ai-video-model-radar-output.json
python3 -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.