← 返回
未分类 Key 中文

Crazyrouter Video Gen

AI video generation via Crazyrouter API. Supports Sora 2, Kling V2, Veo 3, Seedance, Pika, MiniMax Hailuo, Runway. Text-to-video generation. Use when user as...
通过Crazyrouter API实现AI视频生成,支持Sora 2、Kling V2、Veo 3、Seedance、Pika、MiniMax Hailuo、Runway,文本转视频生成,适用于用户...
xujfcn xujfcn 来源
未分类 clawhub v1.1.0 1 版本 99657.5 Key: 需要
★ 0
Stars
📥 291
下载
💾 1
安装
1
版本
#latest

概述

Video Generation via Crazyrouter

Generate videos from text prompts using Crazyrouter — one API key, multiple video AI models.

Supported Models

ModelIDDescription
-------------------------
Sora 2sora-2OpenAI's video model
Kling V2kling-v2-1Kuaishou's cinematic model
Veo 3veo3Google's video model
Seedance 1.5 Prodoubao-seedance-1-5-pro_720pByteDance
Pika 1.5pika-1.5Creative video
MiniMax Hailuo 2.3MiniMax-Hailuo-2.3MiniMax
Runway VIPrunway-vip-videoProfessional synthesis

Script Directory

Agent Execution:

  1. SKILL_DIR = this SKILL.md file's directory
  2. Script path = ${SKILL_DIR}/scripts/main.mjs

Step 0: Check API Key ⛔ BLOCKING

[ -n "${CRAZYROUTER_API_KEY}" ] && echo "key_present" || echo "not_set"
ResultAction
----------------
key_presentContinue
not_setAsk user to set CRAZYROUTER_API_KEY. Get key at https://crazyrouter.com

Usage

# Generate with default model (sora-2)
node ${SKILL_DIR}/scripts/main.mjs --prompt "A cat playing piano" --output cat.mp4

# With Kling V2
node ${SKILL_DIR}/scripts/main.mjs --prompt "Ocean waves at sunset" --output waves.mp4 --model kling-v2-1

# With Veo 3
node ${SKILL_DIR}/scripts/main.mjs --prompt "Timelapse of city traffic" --output city.mp4 --model veo3

Options

OptionDescriptionDefault
------------------------------
--prompt Video description (required)
--output Output file path (required)
--model Model to usesora-2

Note: Video generation is async — it may take 30-120 seconds depending on model. The script will poll until complete.

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 23:35 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

SERP Outline Extractor

xujfcn
将目标关键词或查询转化为搜索驱动的内容大纲,包含可能的子主题、常见问题及对比角度。适用于 SEO 简报、博客等。
★ 0 📥 485
developer-tools

API Pricing Comparator

xujfcn
对比各供应商的AI API或模型定价,生成结构化摘要,适用于产品页、博客或购买指南。支持OpenAI兼容接口。
★ 0 📥 497

Crazyrouter Image Gen

xujfcn
通过Crazyrouter API生成AI图像,支持DALL‑E 3、GPT Image、Gemini、Imagen 4。支持文本生成图像,可选宽高比、尺寸和模型。使用场景...
★ 0 📥 437