Fish Model Query API
GEThttps://api.acedata.cloud/fish/model

Request Queries

page_sizeinteger
The number of entries returned per page is 10 by default.
page_numberinteger
Page numbers start from 1, defaulting to 1.
titlestring
Fuzzy filtering based on title keywords.
tagstring
Filter by individual tags.
selfboolean
When `true`, only return the models owned by the current calling account.
Please select
author_idstring
Filter by author ID.
languagestring
Filter by language code (e.g., `en`, `zh`).
title_languagestring
Filter according to the language used in the title.
sort_bystring
Sorting fields, supported by upstream services (e.g., `created_at`, `task_count`).

Request Headers

acceptstring
Specify the response format returned by the server.
Please select
authorizationstring
Bearer token

Response

Fish voice generation
Allow Use General Balance

When 'Allow General Balance' is enabled, the general balance is used automatically if an app's balance is insufficient.

Shell

Python

JavaScript

Java

Go

PHP

Kind reminder: For streaming requests, the above code may not be fully applicable. Please refer to the integration documentation for changes.