---
title: "Returns an manifest for this model which can be used in an on-premise container."
method: GET
path: "/models/{id}/manifest"
tags: ["Custom Speech models:"]
---

# Returns an manifest for this model which can be used in an on-premise container.

`GET /models/{id}/manifest`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `sasValidityInSeconds` integer

## Response `200`

Successfully generated a model manifest.

- ModelManifest
  - `model` EntityReference, required
    - `self` string, uri, required — The location of the referenced entity.
  - `modelFiles` ModelFile[], required — The model files of this model.
    - `name` string — The name of this file.
    - `contentUrl` string, uri — The url to retrieve the content of this file.
  - `properties` object, required — The configuration for running this model in a container.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-speech-speechtotext/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-speech-speechtotext/versions/931821089e0d/schema)
