← 返回
未分类 Key

Chenyu Aigc

Generate AI videos and images via Chenyu Studio AIGC API. Supports text-to-video, image-to-video, video extension, style transfer, and AI image generation. T...
通过陈宇工作室 AIGC API 生成 AI 视频和图像。支持文字转视频、图像转视频、视频延长、风格迁移及 AI 图像生成。
dionren dionren 来源
未分类 clawhub v1.0.4 1 版本 100000 Key: 需要
★ 0
Stars
📥 424
下载
💾 0
安装
1
版本
#latest

概述

Chenyu AIGC - AI Video & Image Generation

Generate videos and images using AI models through the Chenyu Studio AIGC orchestration API.

When to Use

  • User wants to generate a video from text prompt
  • User wants to generate a video from an image (first/last frame)
  • User wants to extend or remix a video
  • User wants to generate AI images
  • User wants to check status of a generation task
  • User wants to list available AI models

When NOT to Use

  • User wants to analyze or understand existing videos (use video-analysis skill)
  • User wants to download videos from social platforms (use video-fetch skill)
  • User wants to manage digital humans or clone voices (use chenyu-core skill)

Authentication

Authorization: Bearer $CHENYU_API_KEY

Base URL: $CHENYU_BASE_URL (default: https://chenyu.pro)

Workflow

  1. Discover recipes — list available AI models (see below)
  2. Get recipe schema — check what inputs/parameters the recipe accepts
  3. Execute — submit a generation task → see execute-recipe.md
  4. Poll & manage — track status, get output, cancel → see manage-tasks.md

Step 1: List Available Recipes

curl -s "$CHENYU_BASE_URL/api/v1/aigc/recipes" \
  -H "Authorization: Bearer $CHENYU_API_KEY" | jq '.data[] | {recipe_id, name, slug, description, output_type}'

Each recipe represents an AI model capability. Key response fields:

  • recipe_id — use this ID when executing
  • slug — human-readable identifier (e.g. volcengine-seedance-v1-pro)
  • output_type — what it produces: video, image, audio

Step 2: Get Recipe Schema

curl -s "$CHENYU_BASE_URL/api/v1/aigc/recipes/{recipe_id}/schema" \
  -H "Authorization: Bearer $CHENYU_API_KEY" | jq '.data'

The schema tells you:

  • typed_inputs_schema.definitions — accepted input types and their fields
  • parameters_schema — available parameters with constraints (min/max/enum)
  • credit_cost / credit_cost_rules — how many credits it costs

After getting the schema, read execute-recipe.md for execution details.

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-05-03 08:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Adb Claw

dionren
Your eyes, hands, and ears on Android. See the screen (screenshot + indexed UI tree), interact (tap, swipe, scroll, type
★ 2 📥 1,345
design-media

Openai Whisper

steipete
使用 Whisper CLI 进行本地语音转文字(无需 API 密钥)
★ 338 📥 95,297
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 439 📥 118,640