Skip to content

Commit 386f7a3

Browse files
authored
Merge branch 'main' into mg/OPS-3123
2 parents 7dac512 + 7211919 commit 386f7a3

5 files changed

Lines changed: 35 additions & 17 deletions

File tree

THIRD_PARTY_LICENSES.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10288,12 +10288,11 @@ Apache-2.0
1028810288

1028910289
-----------
1029010290

10291-
The following npm packages may be included in this product:
10291+
The following npm package may be included in this product:
1029210292

10293-
- @swc/core-linux-x64-gnu@1.7.42
1029410293
- @swc/core-linux-x64-musl@1.7.42
1029510294

10296-
These packages each contain the following license:
10295+
This package contains the following license:
1029710296

1029810297
Apache-2.0 AND MIT
1029910298

@@ -16333,16 +16332,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1633316332

1633416333
The following npm packages may be included in this product:
1633516334

16336-
- @ai-sdk/anthropic@2.0.45
16335+
- @ai-sdk/anthropic@2.0.49
1633716336
- @ai-sdk/azure@2.0.70
1633816337
- @ai-sdk/cerebras@1.0.7
1633916338
- @ai-sdk/cohere@2.0.3
1634016339
- @ai-sdk/deepinfra@1.0.7
1634116340
- @ai-sdk/deepseek@1.0.7
1634216341
- @ai-sdk/gateway@1.0.11
1634316342
- @ai-sdk/gateway@1.0.5
16344-
- @ai-sdk/google-vertex@3.0.70
16343+
- @ai-sdk/google-vertex@3.0.80
1634516344
- @ai-sdk/google@2.0.38
16345+
- @ai-sdk/google@2.0.43
1634616346
- @ai-sdk/groq@2.0.7
1634716347
- @ai-sdk/mistral@2.0.4
1634816348
- @ai-sdk/openai-compatible@1.0.7

package-lock.json

Lines changed: 26 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
},
3232
"private": true,
3333
"dependencies": {
34-
"@ai-sdk/anthropic": "2.0.45",
34+
"@ai-sdk/anthropic": "2.0.49",
3535
"@ai-sdk/azure": "2.0.70",
3636
"@ai-sdk/cerebras": "1.0.7",
3737
"@ai-sdk/cohere": "2.0.3",
3838
"@ai-sdk/deepinfra": "1.0.7",
3939
"@ai-sdk/deepseek": "1.0.7",
4040
"@ai-sdk/google": "2.0.38",
41-
"@ai-sdk/google-vertex": "^3.0.70",
41+
"@ai-sdk/google-vertex": "^3.0.80",
4242
"@ai-sdk/groq": "2.0.7",
4343
"@ai-sdk/mistral": "2.0.4",
4444
"@ai-sdk/openai": "2.0.68",

packages/openops/src/lib/ai/providers/anthropic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { LanguageModel } from 'ai';
33
import { AiProvider } from '../providers';
44

55
const anthropicModels = [
6+
'claude-opus-4-5-20251101',
67
'claude-sonnet-4-5-20250929',
78
'claude-haiku-4-5-20251001',
89
'claude-4-opus-20250514',

packages/openops/src/lib/ai/providers/google-vertex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const googleVertexGeminiModels = [
1313
];
1414

1515
const googleVertexClaudeModels = [
16+
'claude-opus-4-5@20251101',
1617
'claude-sonnet-4-5@20250929',
1718
'claude-haiku-4-5@20251001',
1819
'claude-3-haiku@20240307',

0 commit comments

Comments
 (0)