You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/latest.mdx
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,47 @@ After upgrading, it's recommended to also upgrade any external extensions:
11
11
12
12
<ShellCommand>llms --update all</ShellCommand>
13
13
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.
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.
0 commit comments