语音与音乐

suno音乐生成 API Guide

suno音乐生成 guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.

Purpose

suno音乐生成 guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.

Integration Checklist

  • Base URL: https://api.aliapi.me/v1.
  • Authentication: Authorization: Bearer YOUR_API_KEY.
  • Model names should be copied from the aliapi.me model catalog.
  • Endpoint hint: 音频任务接口.

Request Shape

{
  "model": "copy-model-name-from-catalog",
  "messages": [
    {"role": "user", "content": "your task here"}
  ]
}

Troubleshooting

Start with a minimal chat request, then verify the API key, Base URL, model name, quota, request fields and request logs.