9router-video

Installation
SKILL.md

9Router — Video Generation (xAI Grok Imagine)

Requires NINEROUTER_URL (and NINEROUTER_KEY if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup.

Requires a connected xAI account in the 9Router dashboard — either Grok Build OAuth (SuperGrok / X Premium+ subscription sign-in) or a direct xAI API key from console.x.ai. The two are separate auth types with separate billing; the dashboard shows which one each connection uses.

Endpoints (async job flow)

Video generation is asynchronous: the POST returns a request_id immediately, then you poll until the job is done or failed.

Endpoint Purpose
POST /v1/videos/generations text-to-video / image-to-video
POST /v1/videos/edits edit an existing video
POST /v1/videos/extensions extend an existing video
GET /v1/videos/{request_id} poll job status

Request fields (passed through to xAI unchanged — see https://docs.x.ai/developers/rest-api-reference/inference/videos):

Installs
45
Repository
decolua/9router
GitHub Stars
28.0K
First Seen
Jul 17, 2026
9router-video — decolua/9router