---
title: "Create custom model"
method: POST
path: "/suno/custom-model"
---

# Create custom model

`POST /suno/custom-model`

## Request body

- object
  - `clip_ids` string[], required — Array of song clip_ids. Minimum 6, recommended 24. All must belong to the same account.
  - `name` string, required — Model name

## Response `200`

Success

- object
  - `id` string — Model ID for subsequent queries and usage
  - `status` string — Status. pending means training in progress.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
