v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439185265.0 KB

Provides a list of custom language models that match the specified criteria. If no criteria are specified, all custom language models are returned.

To get detailed information about a specific custom language model, use the operation.

post/#X-Amz-Target=Transcribe.ListLanguageModels

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'Transcribe.ListLanguageModels' required

Request body

StatusEquals'IN_PROGRESS' | 'FAILED' | 'COMPLETED'

Returns only custom language models with the specified status. Language models are ordered by creation date, with the newest model first. If you don't include <code>StatusEquals</code>, all custom language models are returned.

NameContainsstring

Returns only the custom language models that contain the specified string. The search is not case sensitive.

NextTokenstring

If your <code>ListLanguageModels</code> request returns more results than can be displayed, <code>NextToken</code> is displayed in the response with an associated string. To get the next page of results, copy this string and repeat your request, including <code>NextToken</code> with the value of the copied string. Repeat as needed to view all your results.

MaxResultsinteger

The maximum number of custom language models to return in each page of results. If there are fewer results than the value that you specify, only the actual results are returned. If you don't specify a value, a default of 5 is used.

Response

Success

NextTokenstring

If <code>NextToken</code> is present in your response, it indicates that not all results are displayed. To view the next set of results, copy the string associated with the <code>NextToken</code> parameter in your results output, then run your request again including <code>NextToken</code> with the value of the copied string. Repeat as needed to view all your results.