---
title: "AudioSpeech"
method: POST
path: "/v1/audio/speech"
tags: ["relay"]
---

# AudioSpeech

`POST /v1/audio/speech`

AudioSpeech

## Headers

- `Aiproxy-Channel` string

## Request body

- ModelTextToSpeechRequest
  - `input` string, required
  - `model` string, required
  - `response_format` string
  - `speed` number
  - `stream_format` string
  - `voice` string, required

## Response `200`

audio binary

- string, binary

---

[API](https://skmtc.net/labring/apis/ai-proxy-swagger-api.md) · [All operations](https://skmtc.net/labring/apis/ai-proxy-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ai-proxy-swagger-api/versions/e471487f2a2f/schema)
