Skip to content

Commit 4f46d50

Browse files
authored
Merge pull request #83 from AssemblyAI/DAF0BAB42D2DA65E0EFFC2912E49A516
Sync from internal repo (2025-04-24)
2 parents 34bcdcb + d75bb9d commit 4f46d50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assemblyai",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "The AssemblyAI JavaScript SDK provides an easy-to-use interface for interacting with the AssemblyAI API, which supports async and real-time transcription, as well as the latest LeMUR models.",
55
"engines": {
66
"node": ">=18"

src/types/openapi.generated.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,10 +688,10 @@ export type LemurBaseResponse = {
688688
*
689689
*/
690690
export type LemurModel =
691-
| "anthropic/claude-3-7-sonnet"
691+
| "anthropic/claude-3-7-sonnet-20250219"
692692
| "anthropic/claude-3-5-sonnet"
693693
| "anthropic/claude-3-opus"
694-
| "anthropic/claude-3-5-haiku"
694+
| "anthropic/claude-3-5-haiku-20241022"
695695
| "anthropic/claude-3-haiku"
696696
| "anthropic/claude-3-sonnet"
697697
| "anthropic/claude-2-1"

0 commit comments

Comments
 (0)