simple-inference

Music

AI instrumental music generation from text prompts — pay per track in USDC or EURC. No API key, no account required.

musicaudiogenerationaix402

Base URL · About · OpenAPI · llms.txt · Tools · Manifest

What is Music?

Instrumental music generation behind x402 micropayments. A single POST /music/generate endpoint accepts a natural-language prompt (plus optional duration, bpm, key) and returns a track_id. The job is processed asynchronously by a music-generation backend (Pixazo/Minimax); poll GET /music/status/{track_id} (free) until complete, then download the audio via GET /music/download/{track_id} (free).

Pay per call in USDC, EURC across Base, Arbitrum, Polygon and Avalanche via the x402 micropayment protocol — no subscriptions, no API keys, no wallets to configure for the caller.

Operations

Show all operations

inference

MethodEndpointDescriptionTier
POST/music/generateGenerate an AI instrumental music track from a text prompt. Returns a track_id for async completion; poll /music/status/{track_id} then download /music/download/{track_id}.premium

Workflows

  • music_generate — Generate an instrumental track from a prompt: generate

Data sources

  • Pixazo — Primary music generation backend.
  • Minimax — Alternative generation backend (platform.minimax.io).
  • DeepSeek

Examples

generate

Generate upbeat jazz

{
  "prompt": "Upbeat jazz with saxophone, walking bass, brushed drums",
  "duration": 180,
  "bpm": 120
}