> For the complete documentation index, see [llms.txt](https://lumore-ai.gitbook.io/lumore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lumore-ai.gitbook.io/lumore.ai/lumore/dev-logs/619d16c.md).

# @619d16c

<figure><img src="/files/HyLbUHa14O8VWWPsYqwV" alt="" width="375"><figcaption></figcaption></figure>

**Date**: 2025-01-18

{% hint style="success" %}
TL;DR

Added a new `/speech` endpoint to the `model.lumore.ai` subdomain to support neural voice generation.
{% endhint %}

**Description**:

In this update, we introduced a new `/speech` endpoint to our `model.lumore.ai` subdomain. This endpoint is designed to handle text-to-speech (TTS) requests and utilizes the latest neural voice models to generate more natural-sounding audio. With this addition, we aim to improve the quality of speech synthesis and offer users access to new neural voice options.

## Key Changes:

**New Endpoint `/speech`**:

* The `/speech` endpoint accepts POST requests containing a text input.
* The request body should include a `text` field, which contains the text to be converted into speech.

**Neural Voice Models**:

* The new neural voices are powered by advanced machine learning models, providing a more human-like and natural sound compared to previous voice synthesis systems.
* This improves the user experience for applications requiring high-quality voice generation.

#### Future Considerations:

* **Additional Voice Options**: We plan to expand the number of available neural voices based on user feedback and demand.
* **Rate Limiting and Throttling**: To prevent abuse and ensure fair usage, we may implement rate limiting and throttling mechanisms for the endpoint.
* **User Customization**: Future updates may allow users to select from different voice characteristics (e.g., gender, accent) to further personalize the speech output.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lumore-ai.gitbook.io/lumore.ai/lumore/dev-logs/619d16c.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
