Skip to content

Commit c090428

Browse files
authored
[convai] update llms (#606)
* fix * udpate llm
1 parent 2567cee commit c090428

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "elevenlabs"
33

44
[tool.poetry]
55
name = "elevenlabs"
6-
version = "v2.9.1"
6+
version = "v2.9.2"
77
description = ""
88
readme = "README.md"
99
authors = []

src/elevenlabs/types/llm.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"gpt-4.1",
1212
"gpt-4.1-mini",
1313
"gpt-4.1-nano",
14+
"gpt-5",
15+
"gpt-5-mini",
16+
"gpt-5-nano",
1417
"gpt-3.5-turbo",
1518
"gemini-1.5-pro",
1619
"gemini-1.5-flash",
@@ -25,8 +28,6 @@
2528
"claude-3-haiku",
2629
"grok-beta",
2730
"custom-llm",
28-
"qwen3-4b",
29-
"watt-tool-8b",
3031
"gemini-2.5-flash-preview-05-20",
3132
"gemini-2.5-flash-preview-04-17",
3233
"gemini-2.5-flash-lite-preview-06-17",
@@ -41,6 +42,9 @@
4142
"claude-3-5-sonnet@20240620",
4243
"claude-3-5-sonnet-v2@20241022",
4344
"claude-3-haiku@20240307",
45+
"gpt-5-2025-08-07",
46+
"gpt-5-mini-2025-08-07",
47+
"gpt-5-nano-2025-08-07",
4448
"gpt-4.1-2025-04-14",
4549
"gpt-4.1-mini-2025-04-14",
4650
"gpt-4.1-nano-2025-04-14",
@@ -55,4 +59,4 @@
5559
"gpt-3.5-turbo-1106",
5660
],
5761
typing.Any,
58-
]
62+
]

0 commit comments

Comments
 (0)