Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/model_server_rest_api_speech_to_text.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## API Reference
OpenVINO Model Server includes now the `audio/transcriptions` and `audio/translations` endpoints using OpenAI API.
It is used to execute [speech to text](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/audio/speech_to_text) task with OpenVINO GenAI pipeline.
It is used to execute [speech to text](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/whisper_speech_recognition) task with OpenVINO GenAI pipeline.
Please see the [OpenAI API Transcription Reference](https://platform.openai.com/docs/api-reference/audio/createTranscription) and [OpenAI API Translation Reference](https://platform.openai.com/docs/api-reference/audio/createTranslation) for more information on the API.

The are two endpoints exposed:
Expand Down
2 changes: 1 addition & 1 deletion docs/model_server_rest_api_text_to_speech.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## API Reference
OpenVINO Model Server includes now the `audio/speech` endpoint using OpenAI API.
It is used to execute [text to speech](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/audio/text_to_speech) task with OpenVINO GenAI pipeline.
It is used to execute [text to speech](https://github.com/openvinotoolkit/openvino.genai/tree/master/samples/cpp/speech_generation) task with OpenVINO GenAI pipeline.
Please see the [OpenAI API Create Speech Reference](https://platform.openai.com/docs/api-reference/audio/createSpeech) for more information on the API.
The endpoint is exposed via a path:

Expand Down