Skip to content

Commit 780b9d7

Browse files
committed
Support for OpenRouter TTS and Audio models
1 parent 0d5563c commit 780b9d7

3 files changed

Lines changed: 41 additions & 0 deletions

File tree

content/docs/latest.mdx

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,47 @@ After upgrading, it's recommended to also upgrade any external extensions:
1111

1212
<ShellCommand>llms --update all</ShellCommand>
1313

14+
To reset your configuration to the latest [llms.json](https://github.com/ServiceStack/llms/blob/main/llms/llms.json) and [providers-extra.json](https://github.com/ServiceStack/llms/blob/main/llms/providers-extra.json) run:
15+
16+
<ShellCommand>llms --reset all</ShellCommand>
17+
18+
## July 3, 2026
19+
20+
### Audio & Speech Models via OpenRouter
21+
22+
llms.py now supports **Audio** and **Speech** generation models available through [OpenRouter](https://openrouter.ai), bringing music generation, audio synthesis, and text-to-speech capabilities to the model selector alongside chat and image models.
23+
24+
Use the **Audio** (🔊) and **Speech** (👤) output filters in the model selector to browse all available models.
25+
26+
<ScreenshotsGallery className="mb-8" gridClass="grid grid-cols-1 md:grid-cols-2 gap-4" images={{
27+
'OpenRouter Audio': '/img/models/openrouter-audio.webp',
28+
'OpenRouter Speech': '/img/models/openrouter-speech.webp',
29+
}} />
30+
31+
#### Audio Models
32+
33+
| Model | ID | Context | Price |
34+
| --- | --- | --- | --- |
35+
| **Lyria 3 Clip Preview** | `google/lyria-3-clip-preview` | 1.0M | Free |
36+
| **Lyria 3 Pro Preview** | `google/lyria-3-pro-preview` | 1.0M | Free |
37+
| **GPT Audio** | `openai/gpt-audio` | 128K | $2.50 / $10.00 |
38+
| **GPT Audio Mini** | `openai/gpt-audio-mini` | 128K | $0.60 / $2.40 |
39+
40+
Google's [Lyria 3](https://deepmind.google/models/lyria/) is DeepMind's latest music generation model - both the **Clip** and **Pro** previews are available currently free on OpenRouter.
41+
42+
#### Speech (Text-to-Speech) Models
43+
44+
| Model | ID | Price |
45+
| --- | --- | --- |
46+
| **MAI-Voice-2** | `microsoft/mai-voice-2` | Free / $22.00 |
47+
| **Grok Voice TTS 1.0** | `x-ai/grok-voice-tts-1.0` | Free / $15.00 |
48+
| **Gemini 3.1 Flash TTS** | `google/gemini-3.1-flash-tts-preview` | $1.00 / $22.00 |
49+
| **Voxtral Mini TTS** | `mistralai/voxtral-mini-tts-2603` | $0.05 / $0.20 |
50+
51+
To pick up the latest Audio and Speech models, reset your providers configuration:
52+
53+
<ShellCommand>llms --reset providers</ShellCommand>
54+
1455
## June 29, 2026
1556

1657
### Server Tools
62.1 KB
Loading
61.6 KB
Loading

0 commit comments

Comments
 (0)