From d822e23a3f4189b15dcfb615f0697f41d92fc671 Mon Sep 17 00:00:00 2001 From: AssemblyAI Date: Thu, 3 Jul 2025 09:28:03 -0600 Subject: [PATCH] Project import generated by Copybara. GitOrigin-RevId: b5d8f4e5dffb8961a30855e3a51adbf459353ae4 --- package.json | 2 +- src/types/openapi.generated.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5755eb1..a966195 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "assemblyai", - "version": "4.13.4", + "version": "4.14.0", "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.", "engines": { "node": ">=18" diff --git a/src/types/openapi.generated.ts b/src/types/openapi.generated.ts index 27423a5..70b43a5 100644 --- a/src/types/openapi.generated.ts +++ b/src/types/openapi.generated.ts @@ -688,6 +688,8 @@ export type LemurBaseResponse = { * */ export type LemurModel = + | "anthropic/claude-opus-4-20250514" + | "anthropic/claude-sonnet-4-20250514" | "anthropic/claude-3-7-sonnet-20250219" | "anthropic/claude-3-5-sonnet" | "anthropic/claude-3-opus"