← 返回
开发者工具 Key 中文

AIML Music Generator

Generate high-quality music/songs via AIMLAPI. Supports Suno, Udio, Minimax, and ElevenLabs music models. Use when the user asks for music, songs, or soundtr...
通过AIMLAPI生成高质量音乐或歌曲。支持Suno、Udio、Minimax和ElevenLabs模型。当用户请求音乐、歌曲或配乐时使用。
aimlapihello
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 1,004
下载
💾 35
安装
1
版本
#latest

概述

AIMLAPI Music Generation

Overview

Generate music tracks using state-of-the-art AI models (Suno, Udio, Minimax, ElevenLabs).

Quick start

# General music (instrumental)
python {baseDir}/scripts/gen_music.py \
  --prompt "cyberpunk synthwave with heavy bass and retro synths" \
  --model "minimax/music-2.0"

# Song with lyrics
python {baseDir}/scripts/gen_music.py \
  --prompt "A happy pop song about a robot learning to feel" \
  --lyrics "[Verse 1]\nWires and gears, clicking in time..." \
  --model "minimax/music-2.0"

# Short clip (ElevenLabs)
python {baseDir}/scripts/gen_music.py \
  --prompt "lo-fi pop hip-hop ambient" \
  --model "elevenlabs/eleven_music" \
  --length 20000

Arguments

  • --prompt: (Required) Style or context for the music.
  • --lyrics: Optional lyrics for vocal tracks.
  • --model: Model choice (default: minimax/music-2.0).
  • --length: Length in milliseconds (primarily for ElevenLabs).
  • --out-dir: Directory to save the final MP3.

Workflow

The script uses a two-step process:

  1. POST /v2/generate/audio: Creates the generation task.
  2. GET /v2/generate/audio?generation_id=...: Polls for the result until completed or failed.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 19:41 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

AIML Generate images and videos

aimlapihello
通过 AIMLAPI 根据提示生成图像或视频。当 Codex 需要可靠的 AI/ML API 媒体生成、重试机制、显式 User-Agent 头部等功能时使用,...
★ 0 📥 2,052
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,731
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,854