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"