# Updates

{% updates format="full" %}
{% update date="2026-02-23" %}

## ElevenLabs SSML Pauses

Some of our clients have noticed the buggy behaviour in some ElevenLabs models that skipped pauses between paragraphs.

That has been fixed.

Now we will enforce SSML Pauses between paragraphs, so that your articles sound more natural.
{% endupdate %}

{% update date="2026-02-18" %}

## Audio Artifacts

Some of audio chunks from gemini vertex with default codec linear16 use some meta bytes at start of file, after converting this by ffmpeg it was some noise.

![](/files/vp3pRMkdgWJeY0Eth1f5)\
We fixed the encoding issue.
{% endupdate %}

{% update date="2026-02-17" %}

## data-url parameter in Player

By default our player will search for an audio version of the current URL.

To override this behaviour you can use `data-url`in the player embed code to explicitly specify the source URL for parsing the article.

{% endupdate %}

{% update date="2026-02-12" %}

## Gemini Prompt in Audio Rules

You can define the Audio Rule including Gemini Prompt now

<figure><img src="/files/rDE7pQByYNHedrmDp6cj" alt=""><figcaption></figcaption></figure>

Please note that it only works with Gemini Vertext Models.
{% endupdate %}

{% update date="2026-02-12" %}

## Audification Fallback

Newer Google Gemini models - when using non-enterprise ready API - experience censorship issues.

The article may return 500 error in this case.

We introduced an automatic fallback to Google Gemini Vertex API for those articles.

When this does not work - another fallback is possible - to an ElevenLabs voice.&#x20;
{% endupdate %}
{% endupdates %}


---

# Agent Instructions: 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://docs.bottalk.io/docs/updates.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.
